fix admin input display (#1633)

This commit is contained in:
spf 2017-04-18 17:25:44 +02:00 committed by Eugen
parent 7525971561
commit 9783d8b6c0
1 changed files with 9 additions and 0 deletions

View File

@ -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) {