undo update

This commit is contained in:
Kroell 2023-04-04 10:24:55 -04:00
parent d9ab9a43eb
commit 1bc6c3e03c

View file

@ -17,7 +17,6 @@
<div class="row my-2" aria-live="polite">
<div class="col">
<buttonQuestion
id="vehicle-parts-question"
v-model="selectedPartNumber"
buttonTypeString="radio"
class="radioQuestion"
@ -245,13 +244,13 @@ export default {
font-weight: $font-weight-bold;
}
fieldset.px-5 {
padding-left: 0 !important;
padding-right: 0 !important;
}
// fieldset.px-5 {
// padding-left: 0 !important;
// padding-right: 0 !important;
// }
div.question-text.d-flex.px-5.small-question-text {
padding-left: 0 !important;
padding-right: 0 !important;
}
// div.question-text.d-flex.px-5.small-question-text {
// padding-left: 0 !important;
// padding-right: 0 !important;
// }
</style>