From c18466a3c679165a051ae84b121feb1f07eb4ff2 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Mon, 13 May 2024 18:09:54 +0200 Subject: [PATCH] Fix: Set word break for card buttons Mitigates #7 --- components/CardPreview.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/CardPreview.vue b/components/CardPreview.vue index 21956d5..b6b30d7 100644 --- a/components/CardPreview.vue +++ b/components/CardPreview.vue @@ -105,6 +105,7 @@ watch( display: flex; flex-direction: row; flex-wrap: wrap; + word-break: break-word; bottom: 0; width: 100%; transform: translateY(0);