- Posts: 10
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
#limesurvey table.question tbody th.answertext, #limesurvey table.question tbody th.arraycaptionleft { text-align: left; }
BTW: Firefox will display two rows, even if rows="1" is set for the textarea in the html code.tpartner wrote: (@holch, placing any value in the "Display rows" field will switch the question from text inputs to textareas which allow multiple lines)
I believe this is a Firefox bug - it has been reported many times over the years....but two rows will be displayed in Firefox. Not sure if that is a problem of class="textarea".
textarea[rows="1"] { height: 1.2em; }