From f633458f7697eae60c53e73c685650d497b6b0ca Mon Sep 17 00:00:00 2001 From: Kiran Ashok Date: Fri, 14 Oct 2022 18:54:43 +0530 Subject: [PATCH] hotfix :: sort issue table (#4436) --- frontend/src/_styles/theme.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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);