我想用bootstrap创建一个表,并向列中插入一些左拉和右拉内容: http://jsfiddle.net/Zoker/sgdfgkvL/
<td>
<div class="pull-left">Some content</div>
<div class="pull-right">Some other content</div>
<a href="#">The actual content</a>
</td>
现在移动设备上的问题是,文本“实际内容”确实在字段中溢出(看小提琴)
有人可以告诉我如何修理吗?
答案 0 :(得分:1)
在overflow-x: hidden
.topic-name
您的解决方案:
申请 - white-space: normal;
至.topic-name