Skip to content

Commit

Permalink
chore: sync ant-design v3.19.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ng-zorro-bot committed Jun 18, 2019
1 parent 641fdb5 commit f139dcb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/date-picker/style/RangePicker.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
background-color: transparent;
border: 0;
outline: 0;
vertical-align: top;
.placeholder();

&[disabled] {
Expand Down
4 changes: 4 additions & 0 deletions components/descriptions/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
border-radius: @border-radius-base;
table {
width: 100%;
table-layout: fixed;
}
}

Expand Down Expand Up @@ -90,6 +91,9 @@
&.bordered {
.@{descriptions-prefix-cls}-view {
border: 1px solid @border-color-split;
> table {
table-layout: auto;
}
}
.@{descriptions-prefix-cls}-item-label,
.@{descriptions-prefix-cls}-item-content {
Expand Down

0 comments on commit f139dcb

Please sign in to comment.