Sul*_*lot 0 html css word-wrap
我是法国人。法语中,问号“?”前后必须有空格。但是,根据屏幕的大小,有时会出现“?”。下一行在线。如何防止这种丑陋的显示?
\n\n我无法在问题中添加标签,因为它们是绑定的。
\n\n<div class="row">\n <div class="col-md-8 col-md-offset-2">\n <div class="errorbox text-left">\n <p></p>\n <ul>\n <li>Question 1 ? </li>\n <li>Question 2 ? </li>\n <li>Question 3 ? </li>\n </ul>\n </div>\n </div>\n</div>\nRun Code Online (Sandbox Code Playgroud)\n\n谢谢,
\n\nSt\xc3\xa9phane。
\n使用 或尝试使用CSSwhite-space: nowrap;
<li>Question 1 ? </li>
<li>Question 2 ? </li>
<li>Question 3 ? </li>
Run Code Online (Sandbox Code Playgroud)