Spaces:
Runtime error
Runtime error
enable scroll
Browse files
src/display/css_html_js.py
CHANGED
|
@@ -52,6 +52,10 @@ table th:first-child {
|
|
| 52 |
white-space: nowrap;
|
| 53 |
}
|
| 54 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
.tab-buttons button {
|
| 56 |
font-size: 20px;
|
| 57 |
}
|
|
|
|
| 52 |
white-space: nowrap;
|
| 53 |
}
|
| 54 |
|
| 55 |
+
table > tbody > tr > td:nth-child(2) > div {
|
| 56 |
+
overflow-x: auto
|
| 57 |
+
}
|
| 58 |
+
|
| 59 |
.tab-buttons button {
|
| 60 |
font-size: 20px;
|
| 61 |
}
|