1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-02 11:50:20 +02:00

fix #2860: truncate .dl-horizontal terms and reset to stacked for <767px layouts

This commit is contained in:
Mark Otto
2012-03-31 23:53:54 -07:00
parent 452ddc0f0d
commit d652af1097
7 changed files with 42 additions and 0 deletions

View File

@@ -371,7 +371,14 @@
<dd>Donec id elit non mi porta gravida at eget metus.</dd>
<dt>Malesuada porta</dt>
<dd>Etiam porta sem malesuada magna mollis euismod.</dd>
<dt>Felis euismod semper eget lacinia</dt>
<dd>Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</dd>
</dl>
<hr>
<p>
<span class="label label-info">Heads up!</span>
Horizontal description lists will truncate terms that are too long to fit in the left column fix <code>text-overflow</code>. In narrower viewports, they will change to the default stacked layout.
</p>
</div>
</div><!-- /row -->
</section>