Browse Source

fix(config-template-modal): header text overflow

Jacky 3 months ago
parent
commit
e6e30110fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/src/views/site/ngx_conf/LocationEditor.vue

+ 1 - 1
app/src/views/site/ngx_conf/LocationEditor.vue

@@ -175,6 +175,6 @@ function duplicate(index: number) {
 }
 }
 
 
 :deep(.ant-collapse-header-text) {
 :deep(.ant-collapse-header-text) {
-  overflow: hidden;
+  width: 95%;
 }
 }
 </style>
 </style>