From 3c76d4e95ac0a04661592e7b49ff48acad06179d Mon Sep 17 00:00:00 2001 From: Dallas Richmond Date: Tue, 6 Aug 2024 16:33:00 -0700 Subject: [PATCH] Removed unused CSS --- app/frontend/src/wells/components/SearchResults.vue | 9 --------- 1 file changed, 9 deletions(-) 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 */ }