FIX: Adjust badge overflow ellipsis (#23086)
This commit is contained in:
parent
5bb2316756
commit
d546f34f2f
|
@ -44,7 +44,6 @@
|
|||
span.badge-category {
|
||||
color: var(--primary-high);
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
.extra-info-wrapper & {
|
||||
color: var(--header-primary);
|
||||
}
|
||||
|
|
|
@ -189,6 +189,7 @@
|
|||
|
||||
.topic-item-stats__category-tags {
|
||||
margin-right: 0.5em;
|
||||
max-width: 90%;
|
||||
|
||||
.discourse-tags {
|
||||
display: inline;
|
||||
|
@ -205,6 +206,7 @@
|
|||
}
|
||||
|
||||
.badge-wrapper {
|
||||
max-width: 100%;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue