Merge pull request #457 from Safelite/defect/digital/SSR-666
SSR-666 Fix vehicle part list not being stacked vertically
This commit is contained in:
commit
210447ca7e
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ export default {
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.nested-radio {
|
.nested-radio {
|
||||||
.ui-radio {
|
:deep(.ui-radio) {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin: 0.25rem 0;
|
margin: 0.25rem 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue