Fixing categories not wrapping properly
This commit is contained in:
parent
3313072957
commit
436d2b57c9
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
.subcategories {
|
||||
.badge-notification.new-posts {
|
||||
padding: 0;
|
||||
margin: 0 5px 0 0;
|
||||
margin: 0 10px 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue