From 4518e78745ebf998cce83e3da0fe3be9a03fc821 Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Tue, 18 Jul 2023 17:09:45 -0400 Subject: [PATCH] CSR-1538: CSS tweak to keep text in place regardless of image load on list-card --- src/ux-components/list-card/list-card.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ux-components/list-card/list-card.vue b/src/ux-components/list-card/list-card.vue index ee8785022..eaa72e477 100644 --- a/src/ux-components/list-card/list-card.vue +++ b/src/ux-components/list-card/list-card.vue @@ -96,6 +96,7 @@ export default { outline: none; display: flex; position: relative; + justify-content: space-between; p { color: $gray-600;