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;
white-space: nowrap;
position: relative;
display: flex;
display: inline-flex;
align-items: baseline;
.badge-category {
@ -31,6 +31,7 @@
}
.d-icon {
margin-right: 3px;
line-height: $line-height-large;
}
}

View File

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