fix(fab): Fix regression on FAB dropdowns (#22889)

This commit is contained in:
Cody Leff 2023-01-31 11:39:43 -07:00 committed by GitHub
parent e9423c3c87
commit a35aeb9d6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 16 deletions

View File

@ -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;
}