From: spf Date: Tue, 18 Apr 2017 15:25:44 +0000 (+0200) Subject: fix admin input display (#1633) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=9783d8b6c074c371acd466c17acf0b21f82af296;p=mastodon.git fix admin input display (#1633) --- 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) {