mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: mobile style of edit reason input
This commit is contained in:
parent
d2044700d3
commit
69abe470c5
@ -201,6 +201,14 @@ display: none;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.edit-reason-input {
|
||||||
|
display: inline-block;
|
||||||
|
margin-left: 2px;
|
||||||
|
#edit-reason {
|
||||||
|
margin: 0;
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
|
}
|
||||||
#reply-title {
|
#reply-title {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
&:disabled {
|
&:disabled {
|
||||||
|
Loading…
Reference in New Issue
Block a user