From 215f19a1e5db35ec92eb8be8d8111e0b9462c770 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 1 Jul 2016 03:38:16 +0200 Subject: [PATCH] Full width tag filter bar Ensure the tag filter bar is as large as the one for adding bookmarks --- css/3rdparty/jquery.tagit.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/3rdparty/jquery.tagit.css b/css/3rdparty/jquery.tagit.css index 1e7e0239..ae814986 100644 --- a/css/3rdparty/jquery.tagit.css +++ b/css/3rdparty/jquery.tagit.css @@ -3,6 +3,7 @@ ul.tagit { overflow: auto; margin-left: inherit; /* usually we don't want the regular ul margins. */ margin-right: inherit; + width: 91.5%; } ul.tagit li { display: block;