mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
[PM-9825] Remove margin from last field in section (#10315)
* Added disableMargin to the last field in a section * simplified disableMargin input
This commit is contained in:
@@ -8,7 +8,10 @@
|
||||
<bit-label>{{ "notes" | i18n }}</bit-label>
|
||||
<textarea bitInput formControlName="notes"></textarea>
|
||||
</bit-form-field>
|
||||
<bit-form-control *ngIf="passwordRepromptEnabled$ | async">
|
||||
<bit-form-control
|
||||
*ngIf="passwordRepromptEnabled$ | async"
|
||||
[disableMargin]="hasCustomFields || isPartialEdit"
|
||||
>
|
||||
<input type="checkbox" bitCheckbox formControlName="reprompt" />
|
||||
<bit-label>{{ "passwordPrompt" | i18n }}</bit-label>
|
||||
</bit-form-control>
|
||||
|
||||
Reference in New Issue
Block a user