diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue index 1593a2c56..1ca0c9d48 100644 --- a/src/layouts/estimate/estimate.vue +++ b/src/layouts/estimate/estimate.vue @@ -15,7 +15,6 @@ cmsWidgetName="VinLookupMethod" :answers="answersFromCms" groupName="vinLookupMethodOption" - class="minus" buttonTypeString="listButton" v-model="selectedVinLookupMethod" isRequired @@ -360,7 +359,4 @@ export default { font-weight: 500; color: $black; } -.minus{ - margin-bottom:-4px; -}