From a1a0a47a7201bf35d381eb424d2081ce9605e3e6 Mon Sep 17 00:00:00 2001 From: HeNine <> Date: Tue, 9 Nov 2021 07:43:41 +0100 Subject: [PATCH] git also sucks --- buscribe-web/form.less | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/buscribe-web/form.less b/buscribe-web/form.less index fe290c7..c2ed8da 100644 --- a/buscribe-web/form.less +++ b/buscribe-web/form.less @@ -20,7 +20,7 @@ padding: 0.2em; } - #text_search_line{ + #text_search_line { display: flex; flex-direction: row; @@ -37,13 +37,16 @@ flex-direction: row; flex-wrap: wrap; - input[type=datetime-local] { + div { + align-items: center; + } + + input[type=datetime-local], input[type=text] { width: 13em; } input[type=text] { text-align: right; - width: 13em; } #search_button {