From 74046cb5e12bc01cb98c624d110e1df01aa00905 Mon Sep 17 00:00:00 2001 From: FangyuanCheng Date: Thu, 1 Nov 2018 13:13:22 +0800 Subject: [PATCH] Let the retag error prompt show complete Signed-off-by: FangyuanCheng --- src/portal/lib/src/tag/tag.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/portal/lib/src/tag/tag.component.scss b/src/portal/lib/src/tag/tag.component.scss index 61f5bc728..c0a0886dd 100644 --- a/src/portal/lib/src/tag/tag.component.scss +++ b/src/portal/lib/src/tag/tag.component.scss @@ -202,7 +202,7 @@ .retag-modal-body { overflow-y: hidden; - min-height: 172px; + min-height: 184px; padding-top: 16px; }