diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index 2916b915b..af0c2c6a1 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -115,6 +115,15 @@ .simple_form { max-width: 400px; + .label_input { + label.select { + width: 50%; + } + select { + width: 50%; + float: right; + } + } } @media screen and (max-width: 600px) {