From e6e30110fdbef2a16ff5fd3fc874f2989f56b2a2 Mon Sep 17 00:00:00 2001 From: Jacky Date: Thu, 9 Jan 2025 10:51:33 +0800 Subject: [PATCH] fix(config-template-modal): header text overflow --- app/src/views/site/ngx_conf/LocationEditor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/views/site/ngx_conf/LocationEditor.vue b/app/src/views/site/ngx_conf/LocationEditor.vue index 8a8aeabd..619be113 100644 --- a/app/src/views/site/ngx_conf/LocationEditor.vue +++ b/app/src/views/site/ngx_conf/LocationEditor.vue @@ -175,6 +175,6 @@ function duplicate(index: number) { } :deep(.ant-collapse-header-text) { - overflow: hidden; + width: 95%; }