white-space: nowrap的意思是除非遇到换行标签,否则不换行。
<p class="text-nowrap" style="border: 1px solid red;width: 50px">Bootstrap 框架Bootstrap 框架Bootstrap 框架Bootstrap 框架Bootstrap 框架Bootstrap 框架Bootstrap 框架Bootstrap 框架Bootstrap 框架Bootstrap 框架Bootstrap 框架</p>
.text-nowrap{
white-space:nowarp;
}