mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
[PM-22472] break generated passphrase on separators (#15112)
This commit is contained in:
@@ -44,7 +44,7 @@ export class ColorPasswordComponent {
|
|||||||
|
|
||||||
@HostBinding("class")
|
@HostBinding("class")
|
||||||
get classList() {
|
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) {
|
getCharacterClass(character: string) {
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<nudge-generator-spotlight></nudge-generator-spotlight>
|
<nudge-generator-spotlight></nudge-generator-spotlight>
|
||||||
|
|
||||||
<bit-card class="tw-flex tw-justify-between tw-mb-4">
|
<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>
|
<bit-color-password class="tw-font-mono" [password]="value$ | async"></bit-color-password>
|
||||||
</div>
|
</div>
|
||||||
<div class="tw-flex tw-items-center tw-space-x-1">
|
<div class="tw-flex tw-items-center tw-space-x-1">
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
</bit-toggle>
|
</bit-toggle>
|
||||||
</bit-toggle-group>
|
</bit-toggle-group>
|
||||||
<bit-card class="tw-flex tw-justify-between tw-mb-4">
|
<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>
|
<bit-color-password class="tw-font-mono" [password]="value$ | async"></bit-color-password>
|
||||||
</div>
|
</div>
|
||||||
<div class="tw-flex tw-items-center tw-space-x-1">
|
<div class="tw-flex tw-items-center tw-space-x-1">
|
||||||
|
|||||||
Reference in New Issue
Block a user