Skip to content

Commit

Permalink
more padding on countBadge
Browse files Browse the repository at this point in the history
  • Loading branch information
negue committed Aug 25, 2017
1 parent 8d1890d commit 98a841c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/client/components/ui/countBadge.vue
Expand Up @@ -11,7 +11,7 @@ span.badge.badge-pill.badge-item.badge-count(
right: -9px;
color: $white;
background: $gray-200;
padding: 4.5px 6px;
padding: 4.5px 8.5px;
min-width: 24px;
height: 24px;
box-shadow: 0 1px 1px 0 rgba($black, 0.12);
Expand Down

0 comments on commit 98a841c

Please sign in to comment.