]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Remove the left margin of tag
authorJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 8 Nov 2016 21:15:37 +0000 (22:15 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 8 Nov 2016 21:15:37 +0000 (22:15 +0100)
In the entries list, the first tag below the link isn’t stick to the left. Now it is.

app/Resources/static/themes/material/css/main.css

index 446fe8797392d4963396a42d4ec22a9d980e4229..b5e47300f56de4205129ee57b08e0f03c597fa9b 100755 (executable)
@@ -507,6 +507,10 @@ a.original {
   white-space: nowrap;
 }
 
+.card .card-entry-labels-hidden li:first-child {
+  margin-left: 0;
+}
+
 .card-entry-tags a,
 .card-entry-labels a,
 .card-tag-labels a,