[Glitch] Improve polls: option lengths & redesign

Port 37b3985bfa to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Sasha Sorokin
2020-04-02 22:10:55 +07:00
committed by Thibaut Girka
parent 2e337d850f
commit b367dd713e
3 changed files with 40 additions and 30 deletions

View File

@ -62,7 +62,7 @@ class Option extends React.PureComponent {
return (
<li>
<label className='poll__text editable'>
<label className='poll__option editable'>
<span className={classNames('poll__input', { checkbox: isPollMultiple })} />
<AutosuggestInput