From 7d608c19e78f8705a791f32a5cecb7f4b2cb3046 Mon Sep 17 00:00:00 2001 From: Sirttas Date: Mon, 23 Oct 2023 16:23:23 +0200 Subject: [PATCH] margin --- src/market/type/MarketTypeInput.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/market/type/MarketTypeInput.vue b/src/market/type/MarketTypeInput.vue index ea965c3..72f8e01 100644 --- a/src/market/type/MarketTypeInput.vue +++ b/src/market/type/MarketTypeInput.vue @@ -118,7 +118,7 @@ watchEffect(async () => { box-sizing: border-box; } > img { - @apply inline-block w-5 h-5 me-1; + @apply inline-block w-5 h-5 mt-1 me-1; } }