From f4095ef5d5d46d9a0dc5f3d4c96f520ba7203ce3 Mon Sep 17 00:00:00 2001 From: Meck Zhu Date: Mon, 15 Jul 2019 15:32:08 +0800 Subject: [PATCH] Fix css properties orders --- components/button/style/index.less | 2 +- components/descriptions/style/index.less | 2 +- components/mentions/style/index.less | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/button/style/index.less b/components/button/style/index.less index 1929c3484af2..903817690adc 100644 --- a/components/button/style/index.less +++ b/components/button/style/index.less @@ -24,8 +24,8 @@ > i, > span { display: inline-block; - pointer-events: none; transition: margin-left 0.3s @ease-in-out; + pointer-events: none; } &-primary { diff --git a/components/descriptions/style/index.less b/components/descriptions/style/index.less index 6282cd7533be..c29fceae2187 100644 --- a/components/descriptions/style/index.less +++ b/components/descriptions/style/index.less @@ -53,8 +53,8 @@ &-item-no-label { &::after { - content: ''; margin: 0; + content: ''; } } diff --git a/components/mentions/style/index.less b/components/mentions/style/index.less index 8e2d5038ac07..29e43b62ec2b 100644 --- a/components/mentions/style/index.less +++ b/components/mentions/style/index.less @@ -11,9 +11,9 @@ position: relative; display: inline-block; height: auto; - line-height: unset; padding: 0; overflow: hidden; + line-height: unset; white-space: pre-wrap; vertical-align: bottom;