UX: truncate theme toggle text to avoid overflow (#21022)

This commit is contained in:
Kris 2023-04-07 17:16:44 -04:00 committed by GitHub
parent ba119555fe
commit e823ac7ff8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -196,6 +196,10 @@
} }
} }
} }
.d-button-label {
@include ellipsis;
}
} }
.themes-list-container { .themes-list-container {