1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

fix margin in identity component (#14809)

This commit is contained in:
Jordan Aasen
2025-05-15 14:56:20 -07:00
committed by GitHub
parent 14ced25561
commit e35882afc8

View File

@@ -1,5 +1,5 @@
<form [formGroup]="identityForm">
<bit-section>
<section class="tw-mb-5 bit-compact:tw-mb-4">
<bit-section-header>
<h2 bitTypography="h6">{{ "personalDetails" | i18n }}</h2>
</bit-section-header>
@@ -48,8 +48,8 @@
<input bitInput formControlName="company" />
</bit-form-field>
</bit-card>
</bit-section>
<bit-section>
</section>
<section class="tw-mb-5 bit-compact:tw-mb-4">
<bit-section-header>
<h2 bitTypography="h6">{{ "identification" | i18n }}</h2>
</bit-section-header>
@@ -87,8 +87,8 @@
<input bitInput formControlName="licenseNumber" />
</bit-form-field>
</bit-card>
</bit-section>
<bit-section>
</section>
<section class="tw-mb-5 bit-compact:tw-mb-4">
<bit-section-header>
<h2 bitTypography="h6">{{ "contactInfo" | i18n }}</h2>
</bit-section-header>
@@ -106,8 +106,8 @@
<input bitInput formControlName="phone" />
</bit-form-field>
</bit-card>
</bit-section>
<bit-section>
</section>
<section class="tw-mb-5 bit-compact:tw-mb-4">
<bit-section-header>
<h2 bitTypography="h6">{{ "address" | i18n }}</h2>
</bit-section-header>
@@ -155,5 +155,5 @@
<input bitInput formControlName="country" />
</bit-form-field>
</bit-card>
</bit-section>
</section>
</form>