hysts HF Staff commited on
Commit
ced7bdd
·
1 Parent(s): dc8017a

Fix the table height

Browse files
Files changed (1) hide show
  1. style.css +6 -0
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
+ }