From 53304d3b5a836be65e896f790f68f4053f3cb30d Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 1 Sep 2018 13:07:20 +0800 Subject: [PATCH] Fix extra padding of Card.Grid close #11996 --- components/card/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/card/style/index.less b/components/card/style/index.less index 265b7a5102..70fad9bb3f 100644 --- a/components/card/style/index.less +++ b/components/card/style/index.less @@ -79,7 +79,7 @@ .clearfix; } - &-contain-grid:not(&-loading) { + &-contain-grid:not(&-loading) &-body { margin: -1px 0 0 -1px; padding: 0; }