Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Change the table height
Browse files
style.css
CHANGED
|
@@ -144,6 +144,6 @@
|
|
| 144 |
|
| 145 |
/* https://github.com/gradio-app/gradio/issues/9288#issuecomment-2356163329 */
|
| 146 |
#leaderboard-table .table-wrap {
|
| 147 |
-
min-height:
|
| 148 |
-
max-height:
|
| 149 |
}
|
|
|
|
| 144 |
|
| 145 |
/* https://github.com/gradio-app/gradio/issues/9288#issuecomment-2356163329 */
|
| 146 |
#leaderboard-table .table-wrap {
|
| 147 |
+
min-height: 500px;
|
| 148 |
+
max-height: 500px;
|
| 149 |
}
|