From b214558ca54444bef1d2566a407b652a978b8e62 Mon Sep 17 00:00:00 2001 From: Kyran Gostelow Date: Thu, 22 Oct 2020 10:53:10 +1100 Subject: [PATCH] Fix Omni Box having whitespace under header (#70) --- app/ui/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/ui/style.css b/app/ui/style.css index a62830b..58b2a67 100644 --- a/app/ui/style.css +++ b/app/ui/style.css @@ -44,6 +44,7 @@ omni-box { border-bottom: var(--border-width) solid var(--ag-theme-primary); background: var(--ag-theme-background); color: var(--ag-theme-text); + height: calc(100% - var(--border-width)); } .omni-box-form, .find-menu-form {