Merge pull request #2546 from Computroniks/bug/#2419-padding-around-clear-data-dropdown

Fixed #2419 Styling of clear data dropdown
This commit is contained in:
Louis Lam 2023-01-06 10:34:55 +08:00 committed by GitHub
commit 80c91b8234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -473,6 +473,12 @@ table {
.dropdown-clear-data {
float: right;
ul {
width: 100%;
min-width: unset;
padding-left: 0;
}
}
.dark {