We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf13df9 commit 946db4cCopy full SHA for 946db4c
packages/daisyui/src/components/select.css
@@ -31,6 +31,10 @@
31
calc(0% + 12px) calc(1px + 50%),
32
calc(0% + 16px) calc(1px + 50%);
33
}
34
+ &[multiple] {
35
+ @apply h-auto py-3 pe-3;
36
+ background-image: none;
37
+ }
38
select {
39
@apply -ms-3 -me-7 w-[calc(100%+2.75rem)] appearance-none ps-3 pe-7;
40
height: calc(100% - calc(var(--border) * 2));
0 commit comments