From 33c256c8cbca46d2fe37fead3ad3477348b9ef93 Mon Sep 17 00:00:00 2001 From: Cleo Menezes Jr Date: Thu, 17 Nov 2022 23:28:14 -0300 Subject: [PATCH] Findbar: fix height - closes #441 --- theme/parts/findbar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/parts/findbar.css b/theme/parts/findbar.css index 8f7f318..60ae376 100644 --- a/theme/parts/findbar.css +++ b/theme/parts/findbar.css @@ -20,6 +20,7 @@ findbar label, findbar description { flex-direction: row; margin: 0 !important; width: calc(100% - 42px); + height: auto !important; } hbox[anonid="findbar-textbox-wrapper"] {