- Posts: 7
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
[code][code]#outerframeContainer { hyphens: none; word-wrap: none; }
[code][code].ls-answers tbody .answertext {text-align: right; hyphens: none; word-wrap: none;}
[code][code].ls-answers {text-align: right; hyphens: none; word-wrap: none;}
[code][code].answertext {text-align: right; hyphens: none; word-wrap: none;}
No : CSS class is not style. You can onkly add class name.Hello,
I've seen forums.limesurvey.org/forum/can-i-do-thi...ning-off-hyphenation . however, I don't have access to the template.css due to a lack of administrator privileges. Is it possible to switch off the autohyphenation for each question via edit question>display>css class(es)?
<style> #outerframeContainer { hyphens: none; word-wrap: none; } </style>