Skip to content

Commit

Permalink
fix(fab): Fix regression on FAB dropdowns (#22889)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyml authored Jan 31, 2023
1 parent e9423c3 commit a35aeb9
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions superset-frontend/src/assets/stylesheets/superset.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit a35aeb9

Please sign in to comment.