From f7532ff6a14d7150e4487a082c3b8681585b18fd Mon Sep 17 00:00:00 2001 From: Yogi_Wang Date: Wed, 30 Oct 2019 16:46:10 +0800 Subject: [PATCH] Fix page style confusion caused by error margin-top Signed-off-by: Yogi_Wang --- src/portal/lib/src/tag/tag.component.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/portal/lib/src/tag/tag.component.scss b/src/portal/lib/src/tag/tag.component.scss index 4bee44f8a..d7dd3aa76 100644 --- a/src/portal/lib/src/tag/tag.component.scss +++ b/src/portal/lib/src/tag/tag.component.scss @@ -246,9 +246,6 @@ clr-datagrid { } } -::ng-deep .clr-form-control { - margin-top: 0; -} .cell { display: flex; align-items: center;