Spaces:
Restarting
on
CPU Upgrade
Restarting
on
CPU Upgrade
model name width
Browse files
src/display/css_html_js.py
CHANGED
@@ -53,7 +53,8 @@ table th:first-child {
|
|
53 |
}
|
54 |
|
55 |
table > tbody > tr > td:nth-child(2) > div {
|
56 |
-
overflow-x: auto
|
|
|
57 |
}
|
58 |
|
59 |
.tab-buttons button {
|
|
|
53 |
}
|
54 |
|
55 |
table > tbody > tr > td:nth-child(2) > div {
|
56 |
+
overflow-x: auto;
|
57 |
+
width: 450px;
|
58 |
}
|
59 |
|
60 |
.tab-buttons button {
|