FIX: Adjust badge overflow ellipsis (#23086)

This commit is contained in:
Jordan Vidrine 2023-08-14 11:10:02 -05:00 committed by GitHub
parent 5bb2316756
commit d546f34f2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,6 @@
span.badge-category { span.badge-category {
color: var(--primary-high); color: var(--primary-high);
overflow: hidden; overflow: hidden;
text-overflow: ellipsis;
.extra-info-wrapper & { .extra-info-wrapper & {
color: var(--header-primary); color: var(--header-primary);
} }

View File

@ -189,6 +189,7 @@
.topic-item-stats__category-tags { .topic-item-stats__category-tags {
margin-right: 0.5em; margin-right: 0.5em;
max-width: 90%;
.discourse-tags { .discourse-tags {
display: inline; display: inline;
@ -205,6 +206,7 @@
} }
.badge-wrapper { .badge-wrapper {
max-width: 100%;
vertical-align: bottom; vertical-align: bottom;
} }