From 5498a74bed564a7f581bd9f783c794425491bf5d Mon Sep 17 00:00:00 2001 From: sg00dwin Date: Thu, 11 Nov 2021 14:31:24 -0500 Subject: [PATCH] Remove table class causing bug. --- frontend/public/style/_overrides.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/frontend/public/style/_overrides.scss b/frontend/public/style/_overrides.scss index 22276eb737c..395a1cc8353 100644 --- a/frontend/public/style/_overrides.scss +++ b/frontend/public/style/_overrides.scss @@ -310,14 +310,6 @@ form.pf-c-form { } } -.pf-c-table__check { - width: 8.333% !important; - - @media screen and (max-width: 768px) { - width: 16.66% !important; - } -} - // FIXME: Pass as `style` prop to `List` once this is resolved (https://github.com/bvaughn/react-virtualized/issues/876). This is for the kebab menus' overflow. .pf-c-window-scroller.ReactVirtualized__VirtualGrid, .pf-c-window-scroller .ReactVirtualized__VirtualGrid,