[Glitch] Fix scrollbar styles on compose textarea, small bugs
Port 6a3f08661f
to glitch-soc
This commit is contained in:
committed by
Thibaut Girka
parent
4aa6aba6ee
commit
e900b03e38
@ -51,7 +51,7 @@ class Option extends React.PureComponent {
|
||||
<input
|
||||
type='text'
|
||||
placeholder={intl.formatMessage(messages.option_placeholder, { number: index + 1 })}
|
||||
maxlength={pollLimits.max_option_chars}
|
||||
maxLength={pollLimits.max_option_chars}
|
||||
value={title}
|
||||
onChange={this.handleOptionTitleChange}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user