Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 3ad7b7a

Browse files
committed
Scope md padding right on native selects
1 parent c200b47 commit 3ad7b7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

resources/css/select.css

+4
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,8 @@
2222
.form-input--sm .form-select {
2323
@apply pr-[--select-padding-right-sm];
2424
}
25+
26+
.form-input--md .form-select {
27+
@apply pr-[--select-padding-right];
28+
}
2529
}

0 commit comments

Comments
 (0)