From 950b9c51770aa2003bcb501c44bc5afb36df5874 Mon Sep 17 00:00:00 2001 From: TheYoungManLi Date: Fri, 12 Nov 2021 15:24:07 +0800 Subject: [PATCH] fix: Configmap's secret text too long Signed-off-by: TheYoungManLi --- src/components/Base/List/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Base/List/index.scss b/src/components/Base/List/index.scss index 8e434c09c7a..50196ce482e 100644 --- a/src/components/Base/List/index.scss +++ b/src/components/Base/List/index.scss @@ -67,6 +67,7 @@ .texts { display: flex; + overflow: hidden; } .text {