1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +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) {

View File

@@ -14,7 +14,7 @@
<nudge-generator-spotlight></nudge-generator-spotlight>
<bit-card class="tw-flex tw-justify-between tw-mb-4">
<div class="tw-grow tw-flex tw-items-center">
<div class="tw-grow tw-flex tw-items-center tw-min-w-0">
<bit-color-password class="tw-font-mono" [password]="value$ | async"></bit-color-password>
</div>
<div class="tw-flex tw-items-center tw-space-x-1">

View File

@@ -11,7 +11,7 @@
</bit-toggle>
</bit-toggle-group>
<bit-card class="tw-flex tw-justify-between tw-mb-4">
<div class="tw-grow tw-flex tw-items-center">
<div class="tw-grow tw-flex tw-items-center tw-min-w-0">
<bit-color-password class="tw-font-mono" [password]="value$ | async"></bit-color-password>
</div>
<div class="tw-flex tw-items-center tw-space-x-1">