Spaces:
Sleeping
Sleeping
sedrick-keh-tri
commited on
Commit
·
2cd70f2
1
Parent(s):
588dcd6
revert some stuff
Browse files
app.py
CHANGED
|
@@ -116,23 +116,13 @@ css = """
|
|
| 116 |
/* Default table cell styling */
|
| 117 |
table td,
|
| 118 |
table th {
|
| 119 |
-
max-width: 400px !important;
|
| 120 |
-
min-width: 200px !important;
|
| 121 |
-
width: 300px !important;
|
| 122 |
white-space: nowrap !important;
|
| 123 |
overflow-x: auto !important;
|
| 124 |
font-size: 12px !important;
|
| 125 |
padding: 4px 8px !important;
|
| 126 |
}
|
| 127 |
|
| 128 |
-
/*
|
| 129 |
-
div[data-testid="data-table"],
|
| 130 |
-
div[data-testid="data-table"] > div,
|
| 131 |
-
.gr-block.gr-box {
|
| 132 |
-
overflow: visible !important;
|
| 133 |
-
}
|
| 134 |
-
|
| 135 |
-
/* Only the innermost table wrapper should scroll */
|
| 136 |
.table-wrap {
|
| 137 |
max-height: 600px !important;
|
| 138 |
overflow: auto !important;
|
|
|
|
| 116 |
/* Default table cell styling */
|
| 117 |
table td,
|
| 118 |
table th {
|
|
|
|
|
|
|
|
|
|
| 119 |
white-space: nowrap !important;
|
| 120 |
overflow-x: auto !important;
|
| 121 |
font-size: 12px !important;
|
| 122 |
padding: 4px 8px !important;
|
| 123 |
}
|
| 124 |
|
| 125 |
+
/* Make table container scrollable */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 126 |
.table-wrap {
|
| 127 |
max-height: 600px !important;
|
| 128 |
overflow: auto !important;
|