diff --git a/src/ux-components/list-card/list-card.vue b/src/ux-components/list-card/list-card.vue index ea8502ca9..1bd0739ba 100644 --- a/src/ux-components/list-card/list-card.vue +++ b/src/ux-components/list-card/list-card.vue @@ -110,6 +110,7 @@ export default { border: 1px solid $gray-500; border-radius: 2px; order: 2; + flex-shrink: 0; } + label.checkboxTop::before { margin: -1.25rem 0.5rem 0 0 !important; @@ -169,6 +170,9 @@ export default { img { margin-bottom: 0; } + p { + text-align: left; + } } } }