fix(frontend): fix select width (#1526)
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="flex gap-2 flex-col mt-2">
|
||||
<div class="flex gap-2 flex-col mt-2 w-full">
|
||||
{#key redraw}
|
||||
{#if Array.isArray(items) && componentInput.value}
|
||||
<div class="text-xs text-gray-600 font-semibold">{pluralize(items.length, 'item')}</div>
|
||||
|
||||
Reference in New Issue
Block a user