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
This commit is contained in:
Eric 2024-01-16 16:28:52 -06:00 committed by GitHub
parent 2cbf21f7d2
commit 522f8cd9ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {