in mod/questionnaire/styles.php
I found at the row 73:
div.qoptcontainer div.ftextarea {
clear: all;
Was it supposed to be:
div.qoptcontainer div.ftextarea {
clear: both
?
in mod/questionnaire/styles.php
I found at the row 73:
div.qoptcontainer div.ftextarea {
clear: all;
Was it supposed to be:
div.qoptcontainer div.ftextarea {
clear: both
?