mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
[PM-22472] break generated passphrase on separators (#15112)
This commit is contained in:
@@ -44,7 +44,7 @@ export class ColorPasswordComponent {
|
||||
|
||||
@HostBinding("class")
|
||||
get classList() {
|
||||
return ["tw-min-w-0", "tw-whitespace-pre-wrap", "tw-break-all"];
|
||||
return ["tw-min-w-0", "tw-whitespace-pre-wrap", "tw-break-words"];
|
||||
}
|
||||
|
||||
getCharacterClass(character: string) {
|
||||
|
||||
Reference in New Issue
Block a user