From 50468d22cc55665af2e07f3a363fac13b72fd340 Mon Sep 17 00:00:00 2001 From: jorgep Date: Tue, 6 Aug 2024 08:56:12 +0200 Subject: [PATCH] fix: refs #7283 min-width vnImg --- src/components/ui/VnImg.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ui/VnImg.vue b/src/components/ui/VnImg.vue index e9044466e..9585b81d8 100644 --- a/src/components/ui/VnImg.vue +++ b/src/components/ui/VnImg.vue @@ -72,6 +72,7 @@ defineExpose({ &.zoomIn { cursor: zoom-in; } + min-width: 50px; } .rounded { border-radius: 50%;