add max-w

This commit is contained in:
pythongosssss
2026-03-13 05:03:23 -07:00
parent 34bc079ff6
commit 42508ea147

View File

@@ -110,7 +110,7 @@ const indicatorTag = computed(() => (dropIndicator?.onClick ? 'button' : 'div'))
>
<img
v-if="dropIndicator?.imageUrl"
class="max-h-full rounded-md object-contain"
class="max-h-full max-w-full rounded-md object-contain"
:alt="dropIndicator?.label ?? ''"
:src="dropIndicator?.imageUrl"
/>