From: Jeremy Benoist Date: Tue, 8 Nov 2016 21:15:37 +0000 (+0100) Subject: Remove the left margin of tag X-Git-Tag: 2.1.4~11^2~2 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=7005b425e0b554f26a97863ae7784a4c5c52645a Remove the left margin of tag In the entries list, the first tag below the link isn’t stick to the left. Now it is. --- diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index 446fe879..b5e47300 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css @@ -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,