Spaces:
Running
Running
BenchmarkBot
commited on
Commit
ยท
aa6a202
1
Parent(s):
af054f3
revert model column size
Browse files
src/assets/css_html_js.py
CHANGED
@@ -21,7 +21,7 @@ custom_css = """
|
|
21 |
|
22 |
table td:first-child,
|
23 |
table th:first-child {
|
24 |
-
max-width:
|
25 |
overflow: auto;
|
26 |
white-space: nowrap;
|
27 |
}
|
|
|
21 |
|
22 |
table td:first-child,
|
23 |
table th:first-child {
|
24 |
+
max-width: 300px;
|
25 |
overflow: auto;
|
26 |
white-space: nowrap;
|
27 |
}
|