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:
Henry Jameson 2020-12-16 18:43:38 +02:00
commit 0cf06cb9ec
12 changed files with 24 additions and 9 deletions

View file

@ -334,6 +334,10 @@ input, textarea, .select, .input {
box-sizing: border-box;
}
}
&.resize-height {
resize: vertical;
}
}
option {