From: Kevin Decherf Date: Mon, 26 Nov 2018 17:45:38 +0000 (+0100) Subject: Merge pull request #3783 from wallabag/issue-3780 X-Git-Tag: 2.3.5~4 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=20898d5ef4d2e5ae68a2687578c9273efed274c3;hp=72efc8ceeb277df10fc090cbc238f1606445ae57;p=github%2Fwallabag%2Fwallabag.git Merge pull request #3783 from wallabag/issue-3780 material: decrease size of tags on list view --- diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss index 9e3599d5..4f67e038 100644 --- a/app/Resources/static/themes/material/css/cards.scss +++ b/app/Resources/static/themes/material/css/cards.scss @@ -221,9 +221,11 @@ a.original:not(.waves-effect) { div.metadata { .chip { background-color: $blueAccentColor; - padding: 0 15px 0 10px; + padding: 0 7px; margin: auto 2px; border-radius: 6px; + line-height: 22px; + height: 22px; a, i {