mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Adjust badge overflow ellipsis (#23086)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user