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:
@@ -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) {
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user