mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-07 21:10:55 +08:00
[fix] Truncate text buttons on overflow (#2695)
This commit is contained in:
parent
f66129e076
commit
7af2e9aa31
@ -176,4 +176,7 @@ button.no-btn {
|
||||
@include themify($themes) {
|
||||
color: themed("textColor");
|
||||
}
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user