1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-08 05:47:50 +02:00

remove margin from within the generator components

This commit is contained in:
Nick Krantz 2024-10-02 21:04:32 -05:00
parent fc9fe1fbfd
commit fde20b69a5
No known key found for this signature in database
GPG Key ID: FF670021ABCAB82E

View File

@ -1,4 +1,7 @@
<bit-section> <div
disableMargin
class="[&_tools-passphrase-settings_section]:tw-mb-0 [&_tools-password-settings_section]:tw-mb-0 [&_tools-username-generator_section]:tw-mb-0"
>
<tools-password-generator <tools-password-generator
*ngIf="type === 'password'" *ngIf="type === 'password'"
(onGenerated)="onCredentialGenerated($event)" (onGenerated)="onCredentialGenerated($event)"
@ -7,4 +10,4 @@
*ngIf="type === 'username'" *ngIf="type === 'username'"
(onGenerated)="onCredentialGenerated($event)" (onGenerated)="onCredentialGenerated($event)"
></tools-username-generator> ></tools-username-generator>
</bit-section> </div>