From dab5f9d97deb18719102d79fd5c56cb6abf19639 Mon Sep 17 00:00:00 2001 From: Kiran Ashok Date: Fri, 14 Oct 2022 12:52:43 +0530 Subject: [PATCH] Fix :: user group table ui breaking (#4418) * fix :: user group table breaking ui * cleanup --- frontend/src/_styles/theme.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index d5656ca5be..8c6ab18bd9 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -3441,9 +3441,6 @@ input:focus-visible { .gui-select-wrappper .select-search__input { height: 30px; } -.table thead th { - display: flex !important; -} .theme-dark .input-group-text, .theme-dark .markdown>table thead th,