以下にリンクされている Web ページでは、ラベルを使用して、「専門分野は何ですか!」という見出しの下にあるアイテムの垂直リストを表示しようとしています。デフォルトの要素はラベルを表示するためのスパンですが、複数のラベルが同じ行に積み重なっています。これは視覚的に実現したいことではありません。実際には、各ラベルが個々の行を占めることを望んでいます。(これはおそらくdisplay: inline-block;
CSS ルールに関係していますか?)。これを支援するためのマークアップまたは CSS プロパティの変更はありますか?
http://openreachmarketing.co.uk/index.php
<span class="odd label label-info">Accident Compensation</span>
<span class="even label label-warning">PPI</span>
<span class="odd label label-important">Buildings and Contents Insurance</span>
<span class="even label label-info">Utility Switches</span>
<span class="odd label label-warning">Car Loans</span>
<span class="even label label-important">Solar Panels</span>
ブートストラップ ラベルのドキュメントは次のとおりです。
http://twitter.github.com/bootstrap/components.html#labels-バッジ