From 9783d8b6c074c371acd466c17acf0b21f82af296 Mon Sep 17 00:00:00 2001 From: spf Date: Tue, 18 Apr 2017 17:25:44 +0200 Subject: [PATCH] fix admin input display (#1633) --- app/assets/stylesheets/admin.scss | 9 +++++++++ 1 file changed, 9 insertions(+) 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) {