UX: truncate theme toggle text to avoid overflow (#21022)
This commit is contained in:
parent
ba119555fe
commit
e823ac7ff8
|
@ -196,6 +196,10 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.d-button-label {
|
||||
@include ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
.themes-list-container {
|
||||
|
|
Loading…
Reference in New Issue