From b703465b3fa6b143f7e2af97a167431ab9150b1f Mon Sep 17 00:00:00 2001 From: Cody Leff Date: Fri, 27 Jan 2023 08:00:32 -0700 Subject: [PATCH] Remove hopefully-unused global CSS. --- .../src/assets/stylesheets/superset.less | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/superset-frontend/src/assets/stylesheets/superset.less b/superset-frontend/src/assets/stylesheets/superset.less index 39bd719d272d3..7bf8c27fff60e 100644 --- a/superset-frontend/src/assets/stylesheets/superset.less +++ b/superset-frontend/src/assets/stylesheets/superset.less @@ -345,22 +345,6 @@ table.table-no-hover tr:hover { padding-right: 2; } -/** not found record **/ -.panel b { - display: inline-block; - width: 98%; - padding: 2rem; - margin: 0 1% 20px 1%; - background: @gray-bg; -} - -/** table on both sides of the gap **/ -@media screen and (max-width: 767px) { - .panel .table-responsive { - width: 98%; - } -} - .list-container { position: relative; }