From 5adc24f997bdf97dd7051057ebbc77b2c125a017 Mon Sep 17 00:00:00 2001 From: James Collins Date: Thu, 27 Jul 2023 15:09:58 +1000 Subject: [PATCH] dont shrink --- resources/js/components/SMLoading.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/js/components/SMLoading.vue b/resources/js/components/SMLoading.vue index de9ad98..9abd25d 100644 --- a/resources/js/components/SMLoading.vue +++ b/resources/js/components/SMLoading.vue @@ -27,6 +27,7 @@ const props = defineProps({ animation: spinner-rotation 8s ease-in-out infinite; margin-top: 2rem; margin-bottom: 2rem; + flex-shrink: 0; &.small { width: 2rem;