update css
Browse files- css_html_js.py +1 -1
css_html_js.py
CHANGED
|
@@ -36,7 +36,7 @@ custom_css = """
|
|
| 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 {
|
|
|
|
| 36 |
}
|
| 37 |
/* Define the width of the first column */
|
| 38 |
table th:nth-child(1) {
|
| 39 |
+
width: 2300px;
|
| 40 |
}
|
| 41 |
/* Force the column text to wrap */
|
| 42 |
table > thead {
|