当文本太大时,如何将bootstrap的标签类更改为break line?

时间:2014-05-23 14:24:15

标签: html twitter-bootstrap

我使用bootstrap做一个html页面,我有这个代码:

<h4> <span class="label label-warning">Observation: @document.Observation</span></h4>

当这个观察变量变长时,我想打破一条线,我该怎么做?

1 个答案:

答案 0 :(得分:7)

Bootstrap标签并非真正设计用于多行/长文本,但以下内容可行:

http://www.bootply.com/rUZ6CHwj7k

警报可能更合适? <div class="alert alert-warning">...</div> .label样式非常适合内联,其中警报更适合块样式&amp;更多文字。

更多信息:

http://getbootstrap.com/components/#labels