fix padding
This commit is contained in:
parent
928a56cb82
commit
50db637824
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
:isCarIdDifferent="isCarIdDifferent"
|
||||
:displayMatchedDifferentVehicleAlert = "displayMatchedDifferentVehicleAlert"
|
||||
:displayMatchedTwoIdenticalYMMVehicleAlert = "displayMatchedTwoIdenticalYMMVehicleAlert" />
|
||||
<div class="alert-provide-vin my-3 px-5"
|
||||
<div class="alert-provide-vin my-3"
|
||||
v-if="splitAlertProvideVinBodyForLink.length">
|
||||
<span v-for="copy in splitAlertProvideVinBodyForLink" :key="copy">
|
||||
<span v-if="doesCopyContainRouterLink(copy)" class="text-body">
|
||||
|
|
|
|||
Loading…
Reference in a new issue