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; + } } } }