Skip to content

Commit

Permalink
fix: #292 - select caret overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Nov 7, 2021
1 parent 006b1a2 commit 4e5d5c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/utilities/unstyled/select.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.select {
&-md {
@apply px-4 leading-loose h-12 text-sm min-h-12;
@apply pl-4 pr-10 leading-loose h-12 text-sm min-h-12;
}
&-lg {
@apply px-6 leading-loose h-16 text-lg min-h-16;
@apply pl-6 pr-8 leading-loose h-16 text-lg min-h-16;
}
&-sm {
@apply px-3 leading-8 h-8 text-sm min-h-8;
@apply pl-3 pr-8 leading-8 h-8 text-sm min-h-8;
}
&-xs {
@apply px-2 text-xs leading-relaxed h-6 min-h-6;
@apply pl-2 pr-8 text-xs leading-relaxed h-6 min-h-6;
}
}

0 comments on commit 4e5d5c1

Please sign in to comment.