diff --git a/app/frontend/src/wells/components/SearchResults.vue b/app/frontend/src/wells/components/SearchResults.vue index 2fc570f29..dcada11a0 100644 --- a/app/frontend/src/wells/components/SearchResults.vue +++ b/app/frontend/src/wells/components/SearchResults.vue @@ -404,14 +404,5 @@ $spinner-border-width-sm: .2em !default; top: 0; background-color: white; z-index: 2; - margin: 0; /* Remove any margin */ - padding: 0; /* Remove any padding */ -} - -.sticky-header tr { - width: 100%; - background-color: white; /* Ensure the background color matches the table */ - margin: 0; /* Remove any margin */ - padding: 0; /* Remove any padding */ }