hysts HF staff commited on
Commit
ced3edf
·
1 Parent(s): d1ec340

Change the table height

Browse files
Files changed (1) hide show
  1. style.css +2 -2
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: 700px;
148
- max-height: 700px;
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
  }