mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
replace bit-section with section for all shared cipher form and views (#14710)
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
<bit-section *ngIf="hasCustomFields" [disableMargin]="disableSectionMargin">
|
||||
<section
|
||||
class="tw-mb-5 bit-compact:tw-mb-4"
|
||||
*ngIf="hasCustomFields"
|
||||
[ngClass]="{ 'tw-mb-0': disableSectionMargin }"
|
||||
>
|
||||
<bit-section-header>
|
||||
<h2 bitTypography="h6">{{ "customFields" | i18n }}</h2>
|
||||
</bit-section-header>
|
||||
@@ -116,4 +120,4 @@
|
||||
</button>
|
||||
</bit-card>
|
||||
</form>
|
||||
</bit-section>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user