From 3c6a5703947fe2a0c1b4f67c3c97ba4b6193cc3d Mon Sep 17 00:00:00 2001 From: James Collins Date: Mon, 8 May 2023 14:43:46 +1000 Subject: [PATCH] fix label padding on small controls --- resources/js/components/SMInput.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/components/SMInput.vue b/resources/js/components/SMInput.vue index 3fb1567..03263c4 100644 --- a/resources/js/components/SMInput.vue +++ b/resources/js/components/SMInput.vue @@ -736,7 +736,7 @@ const handleMediaSelect = async () => { .control-row { .control-item { .control-label { - transform: translate(16px, 10px) scale(1); + transform: translate(16px, 12px) scale(1); } .input-control {