logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 9783d8b6c074c371acd466c17acf0b21f82af296
parent: 752597156134b5970f8d0660e1dc9b61ee342e2b
Author: spf <spf@sanspseudofix.fr>
Date:   Tue, 18 Apr 2017 17:25:44 +0200

fix admin input display (#1633)


Diffstat:

Mapp/assets/stylesheets/admin.scss9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git 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) {