mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-18 21:03:27 +00:00
fix admin input display (#1633)
This commit is contained in:
parent
7525971561
commit
9783d8b6c0
|
@ -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 a new issue