1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-29 04:17:41 +02:00

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

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;
}