Skip to content

Commit

Permalink
Fix form controls align issue in IE11
Browse files Browse the repository at this point in the history
close #9827
close #11133
  • Loading branch information
afc163 committed Jul 3, 2018
1 parent 8607c58 commit 60ebb43
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion components/cascader/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
background-color: transparent !important;
cursor: pointer;
width: 100%;
display: block;
position: static;
}

Expand Down
1 change: 0 additions & 1 deletion components/date-picker/style/Picker.less
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@

&-input {
outline: none;
display: block;
}

&:hover &-input:not(.@{ant-prefix}-input-disabled) {
Expand Down
1 change: 0 additions & 1 deletion components/input-number/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
border: 0;
border-radius: @border-radius-base;
padding: 0 @control-padding-horizontal - 1px;
display: block;
.placeholder();
}

Expand Down

0 comments on commit 60ebb43

Please sign in to comment.