update css
Browse files- css_html_js.py +2 -2
css_html_js.py
CHANGED
@@ -34,9 +34,9 @@ custom_css = """
|
|
34 |
#llm-benchmark-tab-table table th:last-child {
|
35 |
display: none;
|
36 |
}
|
37 |
-
/* Define the width of the first column
|
38 |
table th:nth-child(1) {
|
39 |
-
width:
|
40 |
}
|
41 |
/* Force the column text to wrap */
|
42 |
table > thead {
|
|
|
34 |
#llm-benchmark-tab-table table th:last-child {
|
35 |
display: none;
|
36 |
}
|
37 |
+
/* Define the width of the first column */
|
38 |
table th:nth-child(1) {
|
39 |
+
width: 1300;
|
40 |
}
|
41 |
/* Force the column text to wrap */
|
42 |
table > thead {
|