Skip to content

Commit

Permalink
Fix Omni Box having whitespace under header (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyGost authored Oct 21, 2020
1 parent 2ac12ba commit b214558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/ui/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b214558

Please sign in to comment.