mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-07 04:24:35 -04:00
FIX: mobile style of edit reason input
This commit is contained in:
parent
d2044700d3
commit
69abe470c5
1 changed files with 8 additions and 0 deletions
|
@ -201,6 +201,14 @@ display: none;
|
|||
}
|
||||
}
|
||||
}
|
||||
.edit-reason-input {
|
||||
display: inline-block;
|
||||
margin-left: 2px;
|
||||
#edit-reason {
|
||||
margin: 0;
|
||||
padding: 2px;
|
||||
}
|
||||
}
|
||||
#reply-title {
|
||||
margin-right: 10px;
|
||||
&:disabled {
|
||||
|
|
Loading…
Add table
Reference in a new issue