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 {