mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
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:
parent
2cbf21f7d2
commit
522f8cd9ac
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue