mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
[CL-550] Fix popup layout padding and adjust views with extra bottom space (#13562)
* [CL-550] Fix popup layout padding and adjust views with extra bottom space * simplify css * fix add/edit item page * cr changes * fix failing test --------- Co-authored-by: Will Martin <contact@willmartian.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<bit-section *ngIf="hasCustomFields">
|
||||
<bit-section *ngIf="hasCustomFields" [disableMargin]="disableSectionMargin">
|
||||
<bit-section-header>
|
||||
<h2 bitTypography="h6">{{ "customFields" | i18n }}</h2>
|
||||
</bit-section-header>
|
||||
|
||||
Reference in New Issue
Block a user