From c10a7a90f792449310ad9eed8aea29dbcefd8844 Mon Sep 17 00:00:00 2001 From: ng-zorro-bot <33472860+ng-zorro-bot@users.noreply.github.com> Date: Tue, 18 Jun 2019 23:09:06 +0800 Subject: [PATCH] chore: sync ant-design v3.19.5 (#3591) --- components/date-picker/style/RangePicker.less | 1 + components/descriptions/style/index.less | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/components/date-picker/style/RangePicker.less b/components/date-picker/style/RangePicker.less index b8acbe2511..9027cab589 100644 --- a/components/date-picker/style/RangePicker.less +++ b/components/date-picker/style/RangePicker.less @@ -7,6 +7,7 @@ background-color: transparent; border: 0; outline: 0; + vertical-align: top; .placeholder(); &[disabled] { diff --git a/components/descriptions/style/index.less b/components/descriptions/style/index.less index fcc29e539b..0d20ce55f2 100644 --- a/components/descriptions/style/index.less +++ b/components/descriptions/style/index.less @@ -22,6 +22,7 @@ border-radius: @border-radius-base; table { width: 100%; + table-layout: fixed; } } @@ -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 {