Hi all,
today I upgraded my limesurvey from build160317 to build160606 and I noticed some desing issues while testing my surveys.
(Both on Firefox and Chrome. Not tested on IE).
The label description position is not correct align as you can see here:
multiplechoice
listradio
For the
multiplechoice,
listradio and
yesno question I fixed this issue changing the php code at:
answer_row.php , answer_row_other.php
- application\views\survey\questions\multiplechoice\rows\
- application\views\survey\questions\listradio\rows
item.php
- application\views\survey\questions\yesno\radio
Basically I moved the DIV to inside the LABEL See. attached file.
I do not know how to fix the MATRIZ.
Any tip to do that ?
Is this behavior a version bug ?