mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +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 [formGroup]="sendOptionsForm">
|
||||
<bit-section [formGroup]="sendOptionsForm" disableMargin>
|
||||
<bit-section-header>
|
||||
<h2 class="tw-mt-4" bitTypography="h6">{{ "additionalOptions" | i18n }}</h2>
|
||||
</bit-section-header>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<bit-section [formGroup]="sendDetailsForm">
|
||||
<bit-section [formGroup]="sendDetailsForm" disableMargin>
|
||||
<bit-section-header class="tw-mt-2">
|
||||
<h2 bitTypography="h6">{{ "sendDetails" | i18n }}</h2>
|
||||
</bit-section-header>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<bit-section *ngIf="sends?.length > 0">
|
||||
<bit-section *ngIf="sends?.length > 0" disableMargin>
|
||||
<bit-section-header>
|
||||
<h2 class="tw-font-bold" bitTypography="h6">
|
||||
{{ headerText }}
|
||||
|
||||
Reference in New Issue
Block a user