From 44c4f16c5ceff98df49430f349b72bbbfac72d1f Mon Sep 17 00:00:00 2001 From: James Collins Date: Thu, 11 May 2023 08:40:10 +1000 Subject: [PATCH] fix test styling --- resources/js/components/SMFormError.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/js/components/SMFormError.vue b/resources/js/components/SMFormError.vue index ef0f9b7..04e1c93 100644 --- a/resources/js/components/SMFormError.vue +++ b/resources/js/components/SMFormError.vue @@ -21,6 +21,7 @@ const props = defineProps({ background-color: var(--danger-color-lighter); padding: 6px 12px; margin-bottom: 24px; + align-items: center; ion-icon { font-size: 1.5rem; @@ -31,6 +32,7 @@ const props = defineProps({ margin: 0; text-align: center; flex-grow: 1; + white-space: pre; } }