From 2fe874e56df0930a9f2c58c2114f80fd65cc165e Mon Sep 17 00:00:00 2001 From: Rebeka Dekany <50901361+rebekadekany@users.noreply.github.com> Date: Wed, 22 Jan 2025 15:21:25 +0100 Subject: [PATCH] Merge pull request #22989 from overleaf/rd-split-test-list-migrate-bs5 Migrate the split test page to Bootstrap 5 GitOrigin-RevId: cac1cebc5ada032656f82428199fe60367b293f8 --- .../frontend/stylesheets/bootstrap-5/components/table.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/web/frontend/stylesheets/bootstrap-5/components/table.scss b/services/web/frontend/stylesheets/bootstrap-5/components/table.scss index efe3d94c0e..0addcd2085 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/components/table.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/components/table.scss @@ -25,6 +25,10 @@ border-bottom-width: 0; } } + + th[scope='row'] { + font-weight: normal; + } } } }