From e201d438c1ae9ea388b4bcb9f70ce7c384ae4bf1 Mon Sep 17 00:00:00 2001 From: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com> Date: Wed, 19 Aug 2020 11:24:33 +0200 Subject: [PATCH] fix: consistent alignment for inputs in modals --- app/assets/stylesheets/_modals.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/_modals.scss b/app/assets/stylesheets/_modals.scss index 5b40f99e1..cebc643ec 100644 --- a/app/assets/stylesheets/_modals.scss +++ b/app/assets/stylesheets/_modals.scss @@ -15,16 +15,15 @@ .sk-panel .sk-panel-header { justify-content: center; } + input { + text-align: center; + } } #privileges-modal { min-width: 400px; max-width: 700px; - input { - text-align: center; - } - .sk-panel-header { position: relative; }