mirror of
https://github.com/bitwarden/browser
synced 2026-03-02 19:41:26 +00:00
replace bit-section with section for all shared cipher form and views (#14710)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<bit-section
|
||||
<section
|
||||
class="tw-mb-5 bit-compact:tw-mb-4"
|
||||
[ngClass]="{ 'tw-mb-0': disableSectionMargin && !hasCustomFields }"
|
||||
[formGroup]="additionalOptionsForm"
|
||||
[disableMargin]="disableSectionMargin && !hasCustomFields"
|
||||
>
|
||||
<bit-section-header>
|
||||
<h2 bitTypography="h6">{{ "additionalOptions" | i18n }}</h2>
|
||||
@@ -30,7 +31,7 @@
|
||||
{{ "addField" | i18n }}
|
||||
</button>
|
||||
</bit-card>
|
||||
</bit-section>
|
||||
</section>
|
||||
|
||||
<vault-custom-fields
|
||||
(numberOfFieldsChange)="handleCustomFieldChange($event)"
|
||||
|
||||
Reference in New Issue
Block a user