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

Fixed #2419 Styling of clear data dropdown
pull/2552/head
Louis Lam 1 year ago committed by GitHub
commit 80c91b8234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save