Prevent passphrase words from breaking over two lines

Closes https://github.com/bitwarden/browser/issues/1096
This commit is contained in:
Patrick H. Lauke 2021-11-02 17:28:24 +00:00
parent f20a1e7424
commit 0ef7a60ba3
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ p.lead {
}
.password-wrapper {
word-break: break-all;
overflow-wrap: break-word;
white-space: pre-wrap;
min-width: 0;
}