【发布时间】:2014-03-02 12:10:54
【问题描述】:
我有类似这样的 HTML:
<div class="table-responsive">
<table class="table borderless">
<caption>
<h3>Announcements</h3>
</caption>
<tbody>
<tr >
<td>
If you are waiting for your certificate from your trainer, please contact them. Our turnaround time is between 1-2 months from the time we receive your details from your trainer, which we expect to be at the start of your program. The remainder is dependent upon how quickly your trainer has send in all the required paperwork and made payment, etc.
</td>
</tr>
</tbody>
</table>
</div>
当我在一个小视口中查看输出时,表格的大小已正确调整,但表格单元格中的段落内容未换行,因此显示了滚动条。我预计响应行为将是包装段落内容。我如何实现这一目标?
【问题讨论】:
-
无论我是否将内容放入
,行为都是相同的
-
看看这个问题可能对你有帮助:) stackoverflow.com/questions/12195469/…
标签: twitter-bootstrap responsive-design twitter-bootstrap-3 html-table