ui defect
This commit is contained in:
parent
36a8904535
commit
07e60f73df
1 changed files with 6 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
||||||
cmsWidgetName="AlertVinLookupQuestion"
|
cmsWidgetName="AlertVinLookupQuestion"
|
||||||
/>
|
/>
|
||||||
<buttonQuestion
|
<buttonQuestion
|
||||||
|
class="vinLookupMethodButtonQuestionList"
|
||||||
cmsWidgetName="VinLookupMethod"
|
cmsWidgetName="VinLookupMethod"
|
||||||
:answers="answersFromCms"
|
:answers="answersFromCms"
|
||||||
groupName="vinLookupMethodOption"
|
groupName="vinLookupMethodOption"
|
||||||
|
|
@ -146,4 +147,9 @@ export default {
|
||||||
div .current_car_info-text {
|
div .current_car_info-text {
|
||||||
padding-bottom: 16px;
|
padding-bottom: 16px;
|
||||||
}
|
}
|
||||||
|
.vinLookupMethodButtonQuestionList {
|
||||||
|
.row.mt-2.form-test-error {
|
||||||
|
margin-top: -0.25rem !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Loading…
Reference in a new issue