Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Tom Aarsen
commited on
Commit
•
d49ab95
1
Parent(s):
e21d774
Use auto for overflow-x, rather than scroll
Browse files
app.py
CHANGED
@@ -1222,7 +1222,7 @@ table {
|
|
1222 |
}
|
1223 |
|
1224 |
table > tbody > tr > td:nth-child(2) > div {
|
1225 |
-
overflow-x:
|
1226 |
}
|
1227 |
"""
|
1228 |
|
|
|
1222 |
}
|
1223 |
|
1224 |
table > tbody > tr > td:nth-child(2) > div {
|
1225 |
+
overflow-x: auto
|
1226 |
}
|
1227 |
"""
|
1228 |
|