Merge pull request #4223 from scossar/fix-catetory-menu-box-style

FIX: Box style category dropdown forces scrollbar on Chrome
This commit is contained in:
Jeff Atwood 2016-05-28 01:53:24 -07:00
commit d4b6aaaf71
1 changed files with 2 additions and 0 deletions

View File

@ -213,7 +213,9 @@
margin-top: 0;
width: 100%;
line-height: 1;
vertical-align: text-top;
span.badge-category {
max-width: 100px;
padding: 5px;
}
}