about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/admin.scss9
1 files changed, 9 insertions, 0 deletions
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) {