box-sizing border box

This commit is contained in:
scossar 2016-01-17 11:46:37 -08:00
parent ea1a0e31ee
commit 02c3884661

View File

@ -190,6 +190,8 @@
line-height: 1; line-height: 1;
} }
.badge-wrapper { .badge-wrapper {
box-sizing: border-box;
&.bar { &.bar {
padding: 5px 0; padding: 5px 0;
width: 100%; width: 100%;