From 635a0548de8f27ab4cb21db623a15dc593a5c956 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 20 Sep 2017 16:46:37 +0800 Subject: [PATCH] Tweak input compact layout, close #7662 --- components/input/style/mixin.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/input/style/mixin.less b/components/input/style/mixin.less index 99cba41f68..09f6299ac5 100644 --- a/components/input/style/mixin.less +++ b/components/input/style/mixin.less @@ -251,6 +251,9 @@ } &&-compact { + display: inline-block; + .clearfix; + & > * { border-radius: 0; border-right-width: 0;