Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Fix the table height
Browse files
style.css
CHANGED
|
@@ -141,3 +141,9 @@
|
|
| 141 |
#llm-benchmark-tab-table table th:last-child {
|
| 142 |
display: none;
|
| 143 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 141 |
#llm-benchmark-tab-table table th:last-child {
|
| 142 |
display: none;
|
| 143 |
}
|
| 144 |
+
|
| 145 |
+
/* https://github.com/gradio-app/gradio/issues/9288#issuecomment-2356163329 */
|
| 146 |
+
#leaderboard-table .table-wrap {
|
| 147 |
+
min-height: 700px;
|
| 148 |
+
max-height: 700px;
|
| 149 |
+
}
|