mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
Prevent passphrase words from breaking over two lines
Closes https://github.com/bitwarden/browser/issues/1096
This commit is contained in:
@@ -146,7 +146,7 @@ p.lead {
|
||||
}
|
||||
|
||||
.password-wrapper {
|
||||
word-break: break-all;
|
||||
overflow-wrap: break-word;
|
||||
white-space: pre-wrap;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user