From cec09ad185121d468db176bec5657d7c42e80b3c Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 28 Feb 2022 10:46:41 -0500 Subject: [PATCH] Fixing padding change to padding bottom and updating unit test to reflect --- src/ux-components/list-card/list-card.spec.js | 2 +- src/ux-components/list-card/list-card.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ux-components/list-card/list-card.spec.js b/src/ux-components/list-card/list-card.spec.js index 2176e683d..398c89c78 100644 --- a/src/ux-components/list-card/list-card.spec.js +++ b/src/ux-components/list-card/list-card.spec.js @@ -188,7 +188,7 @@ describe("list-card.vue", () => { // Assert const label = wrapper.find("label"); - expect(label.classes()).toEqual(["d-flex", "w-100", "align-items-center", "px-2", "h-100", "flex-column", "pt-4", "pb-2"]); + expect(label.classes()).toEqual(["d-flex", "w-100", "align-items-center", "px-2", "h-100", "flex-column", "pt-4", "pb-3"]); }); it("Should emit button value on click", async () => { diff --git a/src/ux-components/list-card/list-card.vue b/src/ux-components/list-card/list-card.vue index af20ab797..a939b5a94 100644 --- a/src/ux-components/list-card/list-card.vue +++ b/src/ux-components/list-card/list-card.vue @@ -17,7 +17,7 @@ />