update css
Browse files- css_html_js.py +5 -0
css_html_js.py
CHANGED
@@ -41,6 +41,11 @@ table th:first-child {
|
|
41 |
overflow: auto;
|
42 |
white-space: nowrap;
|
43 |
}
|
|
|
|
|
|
|
|
|
|
|
44 |
.tab-buttons button {
|
45 |
font-size: 20px;
|
46 |
}
|
|
|
41 |
overflow: auto;
|
42 |
white-space: nowrap;
|
43 |
}
|
44 |
+
/* Force the column text to wrap */
|
45 |
+
table td,
|
46 |
+
table th {
|
47 |
+
white-space: normal;
|
48 |
+
}
|
49 |
.tab-buttons button {
|
50 |
font-size: 20px;
|
51 |
}
|