From 29597417a019508060a80452400b7b22b7f09056 Mon Sep 17 00:00:00 2001 From: bmauger Date: Tue, 11 Jan 2022 16:53:48 -0500 Subject: [PATCH] BRM css tweaks to list-card.vue. --- src/ux-components/list-card/list-card.vue | 4 ++++ 1 file changed, 4 insertions(+) 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; + } } } }