Fix for categories with icons not wrapping properly
This commit is contained in:
parent
8f27456acb
commit
382dbfbb8a
|
@ -1,3 +1,10 @@
|
|||
.category-list {
|
||||
.category-title-link {
|
||||
display: inline-flex;
|
||||
align-items: baseline;
|
||||
}
|
||||
}
|
||||
|
||||
.category-boxes, .category-boxes-with-topics {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
|
|
@ -25,13 +25,13 @@
|
|||
|
||||
.badge-category {
|
||||
display: inline-flex;
|
||||
align-items: baseline;
|
||||
.category-name {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
.d-icon {
|
||||
margin-right: 3px;
|
||||
line-height: $line-height-large;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue