From 06d68200a279d8e829dbbfe1b16e3760706f4f2c Mon Sep 17 00:00:00 2001 From: Sean Corrales Date: Mon, 28 Oct 2019 08:23:21 -0500 Subject: [PATCH] Consistent alignment for item card checkboxes (#120) --- src/components/item_card/ItemCard.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/item_card/ItemCard.vue b/src/components/item_card/ItemCard.vue index 1675dd7..b342076 100644 --- a/src/components/item_card/ItemCard.vue +++ b/src/components/item_card/ItemCard.vue @@ -125,4 +125,11 @@ export default { flex-direction: column; justify-content: space-between; } + +.card-content { + height: 100%; + display: flex; + flex-direction: column; + justify-content: space-between; +}