Skip to content

Commit

Permalink
Merge pull request #17421 from justjavac/master
Browse files Browse the repository at this point in the history
fix: DatePicker's input box is obscured on safari
  • Loading branch information
afc163 committed Jul 3, 2019
2 parents 6429172 + f78fc1c commit 73d173d
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 73d173d

Please sign in to comment.