From f633458f7697eae60c53e73c685650d497b6b0ca Mon Sep 17 00:00:00 2001 From: Kiran Ashok Date: Fri, 14 Oct 2022 18:54:43 +0530 Subject: [PATCH 1/2] 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); From 7189c1e76e172cba9f7f52f08cfcf00560b2387c Mon Sep 17 00:00:00 2001 From: Sherfin Shamsudeen Date: Fri, 14 Oct 2022 18:55:48 +0530 Subject: [PATCH 2/2] Bump hotfix version --- .version | 2 +- server/.version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 5db08bf2dc..08002f86cc 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.27.0 +1.27.1 diff --git a/server/.version b/server/.version index 5db08bf2dc..08002f86cc 100644 --- a/server/.version +++ b/server/.version @@ -1 +1 @@ -1.27.0 +1.27.1