Skip to content

Commit 946db4c

Browse files
committed
fix: Select multiple dropdown arrow closes: #4109
1 parent bf13df9 commit 946db4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/daisyui/src/components/select.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
calc(0% + 12px) calc(1px + 50%),
3232
calc(0% + 16px) calc(1px + 50%);
3333
}
34+
&[multiple] {
35+
@apply h-auto py-3 pe-3;
36+
background-image: none;
37+
}
3438
select {
3539
@apply -ms-3 -me-7 w-[calc(100%+2.75rem)] appearance-none ps-3 pe-7;
3640
height: calc(100% - calc(var(--border) * 2));

0 commit comments

Comments
 (0)