From 522f8cd9ac43963b7a1e350ab475d4b190142faa Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 16 Jan 2024 16:28:52 -0600 Subject: [PATCH] Website: Update searchbar on osquery schema table pages. (#16150) Closes: #16108 Changes: - Updated the styles for the search bar on `/tables/*` pages to make it have the same height and padding as the platform selector --- website/assets/styles/pages/osquery-table-details.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/assets/styles/pages/osquery-table-details.less b/website/assets/styles/pages/osquery-table-details.less index f607beab1d..66a6038164 100644 --- a/website/assets/styles/pages/osquery-table-details.less +++ b/website/assets/styles/pages/osquery-table-details.less @@ -46,8 +46,8 @@ border-bottom-right-radius: 6px; border: 1px solid @core-fleet-black-25; background-color: #FFF; - height: 42px; - padding: 8px 15px; + height: 40px; + padding: 9px 16px; margin: 0; } .DocSearch-Button:hover {