Make the count-less badge a little bit bigger

This commit is contained in:
Kenn Jacobsen
2019-01-09 13:20:16 +01:00
parent aea41937f7
commit cd1338db82

View File

@@ -69,8 +69,8 @@
background-color: @yellow-d2;
}
&:empty {
height: 10px;
min-width: 10px;
height: 12px;
min-width: 12px;
}
}