Skip to content

Commit

Permalink
Scope md padding right on native selects
Browse files Browse the repository at this point in the history
  • Loading branch information
rawilk committed Jul 10, 2023
1 parent c200b47 commit 3ad7b7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/css/select.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@
.form-input--sm .form-select {
@apply pr-[--select-padding-right-sm];
}

.form-input--md .form-select {
@apply pr-[--select-padding-right];
}
}

0 comments on commit 3ad7b7a

Please sign in to comment.