diff --git a/src/admin/Bootstrap.Admin/wwwroot/css/blazor.css b/src/admin/Bootstrap.Admin/wwwroot/css/blazor.css index 995d1244..b01f4f60 100644 --- a/src/admin/Bootstrap.Admin/wwwroot/css/blazor.css +++ b/src/admin/Bootstrap.Admin/wwwroot/css/blazor.css @@ -166,25 +166,22 @@ nav .dropdown .nav-link-close.dropdown-toggle:after { .table-wrapper { border-radius: 4px; margin-bottom: 1rem; -} - - .table-wrapper .table { - margin-bottom: 0; - } - -.table-fixed-header { border: solid 1px #dee2e6; } - .table-fixed-header .table { + .table-wrapper .table { + margin-bottom: -1px; + } + + .table-wrapper .table { border: none; } - .table-fixed-header .table th:last-child { + .table-wrapper .table th:last-child { border-right-width: 0; } - .table-fixed-header .table th:first-child, .table-fixed-header .table td:first-child { + .table-wrapper .table th:first-child, .table-wrapper .table td:first-child { border-left-width: 0; }