Skip to content

Commit

Permalink
Disable margin for bit-form-field; fix lint import.
Browse files Browse the repository at this point in the history
  • Loading branch information
blackwood committed Jan 29, 2025
1 parent 76271b1 commit 2bb8821
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2 bitTypography="h6">{{ "domainsTitle" | i18n }}</h2>
formArrayName="domains"
*ngFor="let domain of domainForms.controls; let i = index"
>
<bit-form-field>
<bit-form-field disableMargin>
<bit-label>{{ "websiteItemLabel" | i18n: i + fieldsEditThreshold + 1 }}</bit-label>
<input
bitInput
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import {
ElementRef,
OnDestroy,
AfterViewInit,
ViewChildren, OnInit,
ViewChildren,
OnInit,
} from "@angular/core";
import {
FormsModule,
Expand Down

0 comments on commit 2bb8821

Please sign in to comment.