undo update
This commit is contained in:
parent
d9ab9a43eb
commit
1bc6c3e03c
1 changed files with 8 additions and 9 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue