SSR-666 Fix vehicle part list not being stacked vertically

This commit is contained in:
Josh Dassinger 2023-09-26 15:00:48 -05:00
parent 5b614a7f01
commit 2165f859a8

View file

@ -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;
} }