Skip to content

Commit

Permalink
fix: RTL <select> padding
Browse files Browse the repository at this point in the history
closes: #3098
  • Loading branch information
saadeghi committed Jun 23, 2024
1 parent c88faa7 commit 08bc2e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/styled/select.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.select {
@apply bg-base-100 rounded-btn border border-transparent pr-10;
@apply bg-base-100 rounded-btn border border-transparent pe-10;
&-bordered {
@apply border-base-content/20;
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/unstyled/select.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.select {
@apply inline-flex cursor-pointer select-none appearance-none;
@apply h-12 min-h-[3rem] pl-4 pr-10 text-sm leading-loose;
@apply h-12 min-h-[3rem] ps-4 pe-10 text-sm leading-loose;

/* disabled */
/* &-disabled,
Expand Down

0 comments on commit 08bc2e6

Please sign in to comment.