Skip to content

Commit 5c67c06

Browse files
committed
Allow horizontal scrolling in report view
1 parent 3eaf45a commit 5c67c06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ body { height: 100vh; font-family: var(--font); font-size: 17px; line-height: 1.
712712
}
713713

714714
/* report column */
715-
.eval-col-report .col-body { padding: 16px; }
715+
.eval-col-report .col-body { padding: 16px; overflow: auto; scrollbar-gutter: stable; }
716716
.report-card { line-height: 1.7; padding: 0; margin: 0; border: none; background: none; backdrop-filter: none; }
717717
.report-card h1 { font-size: 21.5px; font-weight: 700; margin: 20px 0 8px; letter-spacing: -0.3px; }
718718
.report-card h2 { font-size: 18px; font-weight: 600; margin: 16px 0 6px; }

0 commit comments

Comments
 (0)