set min-width on post unread counts

This commit is contained in:
Jeff Atwood 2013-08-02 12:41:02 -07:00
parent 701843552a
commit 94c969b7d8

View File

@ -36,9 +36,12 @@
.badge-notification {
@extend %badge;
margin-left: 3px;
padding: 3px 5px;
padding: 4px;
padding-top: 3px;
color: $white;
font-size: 11px;
min-width: 10px;
text-align: center;
background-color: $badge-notification-background-color;
&[href] {
color: $white;