PM-7901 Add disableMargin to name field in card details (#10334)
This commit is contained in:
parent
80af356fd1
commit
22d3a3e280
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue