From e8d8741ec58ac1971944802369f1ad2c1b871070 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 8 Apr 2018 12:37:24 +0800 Subject: [PATCH] Fix divider layout with float elements, close #9956 --- components/divider/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/divider/style/index.less b/components/divider/style/index.less index 50d30153f9..c6df4375ff 100644 --- a/components/divider/style/index.less +++ b/components/divider/style/index.less @@ -22,6 +22,7 @@ height: 1px; width: 100%; margin: 24px 0; + clear: both; } &-horizontal&-with-text { display: table;