ui defect

This commit is contained in:
Donielle Austin 2022-05-12 08:39:23 -04:00
parent 36a8904535
commit 07e60f73df

View file

@ -17,6 +17,7 @@
cmsWidgetName="AlertVinLookupQuestion"
/>
<buttonQuestion
class="vinLookupMethodButtonQuestionList"
cmsWidgetName="VinLookupMethod"
:answers="answersFromCms"
groupName="vinLookupMethodOption"
@ -146,4 +147,9 @@ export default {
div .current_car_info-text {
padding-bottom: 16px;
}
.vinLookupMethodButtonQuestionList {
.row.mt-2.form-test-error {
margin-top: -0.25rem !important;
}
}
</style>