Hello,
It is necessary to display the text to the right of the checkbox and it is displayed, but the problem is that the text is long and does not fit into one line, ntrcn is transferred to another line, but checkboxes go up http://www.codeply.com/go/ MWSsqNXrou
I have prescribed a break-word for a class with a paragraph definition:
p.notice_p{ text-align: left; text-indent: 0px; margin-bottom: 5px; font-size: 14px; word-wrap: break-word; border: 1px dotted navy; }
but it did not help. What is the right way then ?
Thank!