From 3fdbb05ae3c794c8e970a022fb671b55e46cf692 Mon Sep 17 00:00:00 2001 From: Barnaby <22575741+barnabwhy@users.noreply.github.com> Date: Sat, 15 Jun 2024 16:18:25 +0100 Subject: [PATCH] add padding to error for long errors --- src/components/Error.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Error.vue b/src/components/Error.vue index 93efe11..fbd8db0 100644 --- a/src/components/Error.vue +++ b/src/components/Error.vue @@ -23,6 +23,7 @@ const mainStore = useStore(); height: 100%; grid-template-rows: 1fr auto 1fr 56px; line-height: 1.5; + padding: 2rem; } .error-text {