|
|
@ -49,7 +49,7 @@ class single extends Component{
|
|
|
|
<Radio className="df lineh-25 setRadioStyle" value={item.choice_id}>
|
|
|
|
<Radio className="df lineh-25 setRadioStyle" value={item.choice_id}>
|
|
|
|
<span className="fl mr3 lineh-25">{prefix}</span>
|
|
|
|
<span className="fl mr3 lineh-25">{prefix}</span>
|
|
|
|
<MarkdownToHtml content={item.choice_text} selector={'single_' + (this.props.index + 1) + (key + 1)}
|
|
|
|
<MarkdownToHtml content={item.choice_text} selector={'single_' + (this.props.index + 1) + (key + 1)}
|
|
|
|
className="flex1" style={{display:"inline-block", 'margin-top': '-1px'}}
|
|
|
|
className="flex1" style={{display:"inline-block"}}
|
|
|
|
></MarkdownToHtml>
|
|
|
|
></MarkdownToHtml>
|
|
|
|
</Radio>
|
|
|
|
</Radio>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|