Skip to content

Commit dd4bd4a

Browse files
committed
fix: multi select width bug
1 parent 428ab4f commit dd4bd4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/components/forms/components/VSelect.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="v-select relative" ref="select">
2+
<div class="v-select relative" :class="[{'w-0': multiple, 'min-w-full':multiple}]" ref="select">
33
<span class="inline-block w-full rounded-md">
44
<button type="button" aria-haspopup="listbox" aria-expanded="true" aria-labelledby="listbox-label"
55
class="cursor-pointer"

0 commit comments

Comments
 (0)