From 9af08a4b28cc138cd4ecac845379b9f0d8e505d9 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Tue, 1 Oct 2024 13:20:55 +0200 Subject: [PATCH] fix: refs #7404 VnSearchbar --- src/components/ui/VnSearchbar.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/ui/VnSearchbar.vue b/src/components/ui/VnSearchbar.vue index a78403b5c..183312660 100644 --- a/src/components/ui/VnSearchbar.vue +++ b/src/components/ui/VnSearchbar.vue @@ -169,7 +169,11 @@ async function search() { cursor: help; } #searchbar { + .q-field > .q-field__inner > .q-field__control { + height: 40px; + } .q-field--standout.q-field--highlighted .q-field__control { + align-items: center; background-color: white; color: black; .q-field__native,