From d13f02a89f11005b4f1aa5338c6739f7c26b4571 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 1 Jun 2022 13:14:05 +0800 Subject: [PATCH] style: tweak Skeleton margin top style (#35848) --- components/skeleton/style/index.less | 1 - 1 file changed, 1 deletion(-) diff --git a/components/skeleton/style/index.less b/components/skeleton/style/index.less index 8be8c5d732..ef8c5575eb 100644 --- a/components/skeleton/style/index.less +++ b/components/skeleton/style/index.less @@ -34,7 +34,6 @@ .@{skeleton-title-prefix-cls} { width: 100%; height: @skeleton-title-height; - margin-top: @margin-md; background: @skeleton-color; border-radius: @skeleton-block-radius;