SSR-666 Fix vehicle part list not being stacked vertically
This commit is contained in:
parent
5b614a7f01
commit
2165f859a8
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