Fixed styling of clear data dropdown

Fixed #2419

Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
This commit is contained in:
Matthew Nickson
2023-01-05 19:24:29 +00:00
parent bc7271b99c
commit fc5ec5f492

View File

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