PM-7901 Add disableMargin to name field in card details (#10334)

This commit is contained in:
Jason Ng 2024-07-30 16:28:48 -04:00 committed by GitHub
parent 80af356fd1
commit 22d3a3e280
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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