Prevent passphrase words from breaking over two lines
Closes https://github.com/bitwarden/browser/issues/1096
This commit is contained in:
parent
f20a1e7424
commit
0ef7a60ba3
|
@ -146,7 +146,7 @@ p.lead {
|
|||
}
|
||||
|
||||
.password-wrapper {
|
||||
word-break: break-all;
|
||||
overflow-wrap: break-word;
|
||||
white-space: pre-wrap;
|
||||
min-width: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue