Skip to content

Commit 0ddda2e

Browse files
committed
fix cutting the first latter in input #2870
1 parent 0daaf49 commit 0ddda2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Select/Select.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
line-height: $reactselectcontentheight;
3333
transition: none !important;
3434
box-shadow: none !important;
35-
-webkit-box-shadow: none !important;
35+
border-radius: 0;
3636
}
3737

3838
}

0 commit comments

Comments
 (0)