From dc4e6a092585177e4c666b75360e67b3c3cb4f71 Mon Sep 17 00:00:00 2001 From: orangemug Date: Sun, 26 Apr 2020 09:58:21 +0100 Subject: [PATCH] Fix vertical align of view/select in toolbar --- src/styles/_toolbar.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/_toolbar.scss b/src/styles/_toolbar.scss index c6ec778..a9e81f1 100644 --- a/src/styles/_toolbar.scss +++ b/src/styles/_toolbar.scss @@ -107,6 +107,8 @@ display: inline; width: auto; border: solid 1px $color-midgray; + vertical-align: inherit; + margin-top: -2px; } }