Update src/display/css_html_js.py
Browse files
src/display/css_html_js.py
CHANGED
@@ -9,6 +9,10 @@ custom_css = """
|
|
9 |
font-size: 14px !important;
|
10 |
}
|
11 |
|
|
|
|
|
|
|
|
|
12 |
|
13 |
.gradio-container.gradio-container-5-43-1 .contain .tab-buttons button {
|
14 |
font-size: 14px !important;
|
|
|
9 |
font-size: 14px !important;
|
10 |
}
|
11 |
|
12 |
+
.multiline.svelte-fvkwu {
|
13 |
+
overflow: visible !important; /* 防止隐藏超出部分 */
|
14 |
+
text-overflow: unset !important; /* 取消文本溢出省略 */
|
15 |
+
}
|
16 |
|
17 |
.gradio-container.gradio-container-5-43-1 .contain .tab-buttons button {
|
18 |
font-size: 14px !important;
|