Skip to content

Commit

Permalink
fix: DatePicker's input box is obscured on safari
Browse files Browse the repository at this point in the history
  • Loading branch information
justjavac committed Jul 3, 2019
1 parent 94072ad commit f78fc1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/date-picker/style/RangePicker.less
Expand Up @@ -98,6 +98,7 @@
.input;

height: @input-height-sm;
line-height: @input-height-sm;
padding-right: 0;
padding-left: 0;
border: 0;
Expand Down

0 comments on commit f78fc1c

Please sign in to comment.