]> cat aescling's git repositories - mastodon.git/commitdiff
fix admin input display (#1633)
authorspf <spf@sanspseudofix.fr>
Tue, 18 Apr 2017 15:25:44 +0000 (17:25 +0200)
committerEugen <eugen@zeonfederated.com>
Tue, 18 Apr 2017 15:25:44 +0000 (17:25 +0200)
app/assets/stylesheets/admin.scss

index 2916b915ba8b88a6c6797db8d20111f11ca6ea2f..af0c2c6a19c2cb2b674df00fe9e934b77ee6d2e3 100644 (file)
 
   .simple_form {
     max-width: 400px;
+    .label_input {
+      label.select {
+        width: 50%;
+      }
+      select {
+        width: 50%;
+        float: right;
+      }
+    }
   }
 
   @media screen and (max-width: 600px) {