m-ric HF Staff commited on
Commit
1efe183
·
verified ·
1 Parent(s): 02764ad

Update frontend/src/App.css

Browse files
Files changed (1) hide show
  1. frontend/src/App.css +13 -0
frontend/src/App.css CHANGED
@@ -40,6 +40,19 @@
40
  table {
41
  width: 100%;
42
  border-collapse: collapse;
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  }
44
 
45
  th {
 
40
  table {
41
  width: 100%;
42
  border-collapse: collapse;
43
+ table-layout: fixed;
44
+ }
45
+
46
+ /* Model name column */
47
+ th:first-child,
48
+ td:first-child {
49
+ width: 25%;
50
+ }
51
+
52
+ /* Score columns (GAIA, MATH, SimpleQA) */
53
+ th:not(:first-child),
54
+ td:not(:first-child) {
55
+ width: 25%;
56
  }
57
 
58
  th {