Merge remote-tracking branch 'origin/develop' into plain-bg
* origin/develop: fix remote follow button style Disable horizontal textarea resize Add uk.json in messages.js Display upload limit on the Features panel use title html for poll options before vote fix recent mistakes in react button
This commit is contained in:
commit
0cf06cb9ec
12 changed files with 24 additions and 9 deletions
|
@ -334,6 +334,10 @@ input, textarea, .select, .input {
|
|||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
|
||||
&.resize-height {
|
||||
resize: vertical;
|
||||
}
|
||||
}
|
||||
|
||||
option {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue