CodeGoat24 commited on
Commit
27fe972
·
verified ·
1 Parent(s): 0272c33

Update src/display/css_html_js.py

Browse files
Files changed (1) hide show
  1. src/display/css_html_js.py +2 -1
src/display/css_html_js.py CHANGED
@@ -10,9 +10,10 @@ custom_css = """
10
  }
11
 
12
  .multiline.svelte-fvkwu {
 
13
  overflow: visible !important; /* 防止隐藏超出部分 */
14
  text-overflow: unset !important; /* 取消文本溢出省略 */
15
- min-width: 130px !important;
16
  }
17
 
18
  .gradio-container.gradio-container-5-43-1 .contain .tab-buttons button {
 
10
  }
11
 
12
  .multiline.svelte-fvkwu {
13
+ width: auto !important;
14
  overflow: visible !important; /* 防止隐藏超出部分 */
15
  text-overflow: unset !important; /* 取消文本溢出省略 */
16
+
17
  }
18
 
19
  .gradio-container.gradio-container-5-43-1 .contain .tab-buttons button {