diff --git a/superset-frontend/src/assets/stylesheets/superset.less b/superset-frontend/src/assets/stylesheets/superset.less index 39bd719d27..7bf8c27fff 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; }