diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index 7bc3d461af..e0ca03a503 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -1768,7 +1768,9 @@ button { thead { z-index: 2; } - + .table thead th { + display: flex !important; + } .table-row:hover, .table-row:focus { background: rgba(lightBlue, 0.25);