From 77bdc01270cb0cccdbdd61187da49b08fab4c4e9 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Mon, 13 May 2024 17:27:07 +0200 Subject: [PATCH] Add Flex:Wrap to card buttons Mitigates #23 --- components/CardPreview.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/CardPreview.vue b/components/CardPreview.vue index 7ee880a..f079d90 100644 --- a/components/CardPreview.vue +++ b/components/CardPreview.vue @@ -100,6 +100,7 @@ watch( position: absolute; display: flex; flex-direction: row; + flex-wrap: wrap; bottom: 0; width: 100%; transform: translateY(0);