1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-13 10:24:20 +01:00

Merge pull request #2155 from patrickhlauke/patrickhlauke-issue1096

Prevent passphrase words from breaking over two lines (when using `-` separator)
This commit is contained in:
Daniel James Smith 2021-11-04 16:09:11 +01:00 committed by GitHub
commit c667b000b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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