1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 13:53:34 +00: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

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