1
0
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:
Andrei
2025-08-04 22:50:32 +03:00
committed by GitHub
parent d5e78e9549
commit 80b74b3300
3 changed files with 3 additions and 3 deletions

View File

@@ -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) {