From 04ef6a8bce4cfc070aa12daa1e5eb7f437ff7550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Mon, 10 Feb 2020 11:55:30 +0800 Subject: [PATCH] fix: Clear fix missing width (#21310) --- components/style/mixins/clearfix.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/mixins/clearfix.less b/components/style/mixins/clearfix.less index 7999a3e92f..875d0d985e 100644 --- a/components/style/mixins/clearfix.less +++ b/components/style/mixins/clearfix.less @@ -5,6 +5,7 @@ &::before, &::after { display: table; + width: 100%; content: ''; } &::after {