1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 15:37:51 +02:00

Make category label padding adapt to its size

This commit is contained in:
Toby Zerner
2015-05-14 22:42:07 +09:30
parent 11fcfbba58
commit fccb0ad608

View File

@@ -4,7 +4,7 @@
font-weight: 600;
display: inline-block;
color: #fff;
padding: 1px 5px;
padding: 0.1em 0.45em;
border-radius: 4px;
&.uncategorized {