Skip to content

Commit ee68aaf

Browse files
committed
Fixed col width
1 parent b18f37f commit ee68aaf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/pages/LeaderboardPage.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
}
164164

165165
:root {
166-
--lb-grid: 0.6fr /* Rank */ 1fr /* Name */ 0.9fr /* Affiliation */ 1.2fr /* Type */ 0.8fr
166+
--lb-grid: 0.6fr /* Rank */ 1.5fr /* Name */ 1.2fr /* Affiliation */ 1.2fr /* Type */ 0.8fr
167167
/* Arena */ 0.8fr /* Opt. Select */ 0.8fr /* Opt. Cost */ 0.8fr /* Opt. Acc */ 0.8fr
168168
/* Latency */ 0.8fr; /* Robust */
169169
}
@@ -318,12 +318,15 @@
318318
align-items: center;
319319
text-align: left;
320320
justify-content: flex-start;
321+
overflow-x: auto !important;
322+
white-space: nowrap !important;
321323
}
322324

323325
.affiliation-col {
326+
scrollbar-width: thin;
324327
overflow-x: auto !important;
325328
white-space: nowrap !important;
326-
scrollbar-width: thin;
329+
327330
}
328331

329332

0 commit comments

Comments
 (0)