fix admin input display (#1633)
parent
550e18e4de
commit
ceb77e1b0b
|
@ -115,6 +115,15 @@
|
||||||
|
|
||||||
.simple_form {
|
.simple_form {
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
|
.label_input {
|
||||||
|
label.select {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
select {
|
||||||
|
width: 50%;
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 600px) {
|
@media screen and (max-width: 600px) {
|
||||||
|
|
Loading…
Reference in New Issue