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 1569957 commit 449378eCopy full SHA for 449378e
packages/daisyui/src/components/select.css
@@ -1,6 +1,6 @@
1
.select {
2
border: var(--border) solid #0000;
3
- @apply bg-base-100 relative inline-flex shrink appearance-none items-center gap-1.5 ps-4 pe-7 align-middle;
+ @apply bg-base-100 relative inline-flex shrink appearance-none items-center gap-1.5 ps-3 pe-7 align-middle;
4
width: clamp(3rem, 20rem, 100%);
5
height: var(--size);
6
font-size: 0.875rem;
@@ -32,7 +32,7 @@
32
calc(0% + 16px) calc(1px + 50%);
33
}
34
select {
35
- @apply -ms-4 -me-7 w-[calc(100%+2.75rem)] appearance-none ps-4 pe-7;
+ @apply -ms-4 -me-7 w-[calc(100%+2.75rem)] appearance-none ps-3 pe-7;
36
height: calc(100% - calc(var(--border) * 2));
37
align-items: center;
38
background: inherit;
0 commit comments