From 9012badfb87a336416a7e934bd290cba7e755ce1 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 19 Sep 2024 12:19:03 +0200 Subject: [PATCH] dashbaord: Fix form-control align in filter bars --- dashboard/src/theme.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dashboard/src/theme.scss b/dashboard/src/theme.scss index 8cf642cd6..caaa1f2f4 100644 --- a/dashboard/src/theme.scss +++ b/dashboard/src/theme.scss @@ -730,6 +730,7 @@ multiselect { .form-control { display: inline-block; width: 200px; + vertical-align: middle; } } @@ -1745,6 +1746,7 @@ div:hover > .picture-edit-indicator { .form-control { display: inline-block; width: 200px; + vertical-align: middle; } }