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:
@@ -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