Skip to content

Commit 0b5e902

Browse files
committed
update Rank Table
add Rank col Update Table json data Add GraphRAG-Bench huggingface dataset URL
1 parent 07dfc06 commit 0b5e902

File tree

3 files changed

+328
-303
lines changed

3 files changed

+328
-303
lines changed

RAG/css/components.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -323,17 +323,17 @@ button:focus,
323323
}
324324

325325
/* Column sizing for tables */
326-
.table th:first-child,
327-
.table td:first-child {
326+
.table th:nth-child(2)
327+
.table td:nth-child(2) {
328328
width: 40%;
329329
min-width: 180px;
330330
max-width: 350px;
331331
white-space: normal;
332332
word-wrap: break-word;
333333
}
334334

335-
.table th:not(:first-child),
336-
.table td:not(:first-child) {
335+
.table th:not(:nth-child(2)),
336+
.table td:not(:nth-child(2)) {
337337
width: 1%;
338338
white-space: nowrap;
339339
}
@@ -581,8 +581,8 @@ button:focus,
581581
}
582582

583583
/* Ensure first column doesn't take too much space on desktop */
584-
.table th:first-child,
585-
.table td:first-child {
584+
.table th:nth-child(2),
585+
.table td:nth-child(2) {
586586
max-width: 40%;
587587
}
588588
}

0 commit comments

Comments
 (0)