Fixing categories not wrapping properly
This commit is contained in:
parent
3313072957
commit
436d2b57c9
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue