diff --git a/app/assets/stylesheets/admin_procedures_modal.scss b/app/assets/stylesheets/admin_procedures_modal.scss index 6c1cf1497..4796781a4 100644 --- a/app/assets/stylesheets/admin_procedures_modal.scss +++ b/app/assets/stylesheets/admin_procedures_modal.scss @@ -16,4 +16,9 @@ .tt-menu { width: 300px; } + + // Fix the input not being displayed on the same line than the text before + .tt-input { + vertical-align: initial !important; + } }