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
1 changed files with 1 additions and 1 deletions

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