mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
[fix] Truncate text buttons on overflow (#2695)
This commit is contained in:
@@ -176,4 +176,7 @@ button.no-btn {
|
||||
@include themify($themes) {
|
||||
color: themed("textColor");
|
||||
}
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user