diff --git a/web/styles/app_components.css b/web/styles/app_components.css index a4f8e10a7b..9cf7a2f851 100644 --- a/web/styles/app_components.css +++ b/web/styles/app_components.css @@ -700,9 +700,15 @@ div.overlay { margin-bottom: 20px; width: 100%; - &:not(.table-bordered) thead th { - border-top: 1px solid hsl(0deg 0% 0% / 20%) !important; - border-bottom: 1px solid hsl(0deg 0% 0% / 20%) !important; + &:not(.table-bordered) { + thead th { + border-top: 1px solid hsl(0deg 0% 0% / 20%) !important; + border-bottom: 1px solid hsl(0deg 0% 0% / 20%) !important; + } + + tbody tr:first-child td { + border-top: 0; + } } & thead th {