diff --git a/frontend/src/components/Controls/Uploader.vue b/frontend/src/components/Controls/Uploader.vue index 7876f0a6..5bcd81a2 100644 --- a/frontend/src/components/Controls/Uploader.vue +++ b/frontend/src/components/Controls/Uploader.vue @@ -38,7 +38,7 @@ 'border object-cover', shape === 'circle' ? 'w-20 h-20 rounded-full' - : 'w-44 h-auto rounded-md', + : 'w-44 h-auto min-h-20 rounded-md', ]" />