Fixing categories not wrapping properly

This commit is contained in:
Kris 2018-02-26 16:32:56 -05:00
parent 3313072957
commit 436d2b57c9
2 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@
font-weight: bold; font-weight: bold;
white-space: nowrap; white-space: nowrap;
position: relative; position: relative;
display: flex; display: inline-flex;
align-items: baseline; align-items: baseline;
.badge-category { .badge-category {
@ -31,6 +31,7 @@
} }
.d-icon { .d-icon {
margin-right: 3px; margin-right: 3px;
line-height: $line-height-large;
} }
} }

View File

@ -51,7 +51,7 @@
.subcategories { .subcategories {
.badge-notification.new-posts { .badge-notification.new-posts {
padding: 0; padding: 0;
margin: 0 5px 0 0; margin: 0 10px 0 0;
} }
} }