We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d717e96 commit d5e9573Copy full SHA for d5e9573
src/input/main.scss
@@ -183,8 +183,8 @@
183
top: 0;
184
}
185
186
- > *:not(:first-child) {
187
- padding-left: $s-1;
+ > *:not(:last-child) {
+ padding-right: $s-1;
188
189
190
.#{$css-prefix}icon {
src/input/rtl.scss
@@ -20,9 +20,9 @@
20
21
22
#{$input-prefix}-control {
23
24
- padding-right: $s-1;
25
- padding-left: 0;
+ padding-left: $s-1;
+ padding-right: 0;
26
27
28
0 commit comments