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; }