1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-02 11:34:53 +02:00

[fix] Truncate text buttons on overflow (#2695)

This commit is contained in:
Addison Beck 2022-05-17 15:42:37 -04:00 committed by GitHub
parent f66129e076
commit 7af2e9aa31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,4 +176,7 @@ button.no-btn {
@include themify($themes) {
color: themed("textColor");
}
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}