diff --git a/src/admin/Bootstrap.Admin/wwwroot/css/theme.css b/src/admin/Bootstrap.Admin/wwwroot/css/theme.css index a3a2e4de..e6960edd 100644 --- a/src/admin/Bootstrap.Admin/wwwroot/css/theme.css +++ b/src/admin/Bootstrap.Admin/wwwroot/css/theme.css @@ -749,6 +749,11 @@ input.pending { margin-bottom: -5px; } + .bootstrap-table .fixed-table-toolbar .dropdown-menu label.dropdown-item { + margin: 0; + padding: 6px 20px; + } + .fixed-table-toolbar .dropdown-menu { min-width: unset; }