Skip to content

Commit

Permalink
PM-7901 Add disableMargin to name field in card details (#10334)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jingo88 authored Jul 30, 2024
1 parent 80af356 commit 22d3a3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h2 bitTypography="h6">{{ setSectionTitle }}</h2>
</bit-section-header>
<bit-card>
<bit-form-field>
<bit-form-field [disableMargin]="!card.number && !card.expiration && !card.code">
<bit-label>{{ "cardholderName" | i18n }}</bit-label>
<input
readonly
Expand Down

0 comments on commit 22d3a3e

Please sign in to comment.