1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-03-10 10:29:20 +01:00

Full width tag filter bar

Ensure the tag filter bar is as large as the one for adding bookmarks
This commit is contained in:
Tim 2016-07-01 03:38:16 +02:00 committed by GitHub
parent 642df90adb
commit 215f19a1e5

View File

@ -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;