convForm icon indicating copy to clipboard operation
convForm copied to clipboard

cannot see another answer with select

Open vitiennam opened this issue 6 years ago • 1 comments

Hi,

I write answer for selection like that: answers: [ {text: 'Answer 1 ioji ojo j oi oi ho h oh oi ho nh dskfjhbaslifh aksjd hfkjasdbnfkjasd\n', value: '1'}, {text: 'Answer 2 ioji ojo j oi oi ho h oh oi ho nh dskfjhbaslifh aksjd hfkjasdbnfkjasd\n', value: '2'}, {text: 'END', value: 'end'} ]

  • Result: image I cannot click answer 2, If answer 2 is in new line I can click it, how can I do it???

Thanks

vitiennam avatar Jul 16 '18 02:07 vitiennam

I'm not sure but I think you should just use CSS for this problem. For first, don't let the answers flow. In jquery.convform.css for "div.conv-form-wrapper div.options" , remove the white-space, the overflow-x and the width instructions. Then use a fix width like 300px. Further you maybe need something like break-word so that the long word will break though it hasn't a space in it...

MichiSpandl avatar Feb 06 '19 08:02 MichiSpandl