From 7005b425e0b554f26a97863ae7784a4c5c52645a Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Tue, 8 Nov 2016 22:15:37 +0100 Subject: [PATCH] Remove the left margin of tag MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 | 4 ++++ 1 file changed, 4 insertions(+) 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, -- 2.41.0