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:
Josh Dassinger 2023-09-27 07:54:54 -05:00 committed by GitHub
commit 210447ca7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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