• Patterns
  • Lists

Inline definition list

Categories:
Cats
Dogs

Usage notes

Displays the definition title and the description(s) on the same line

 
<dl class="list--definition list--definition--inline">
  <dt>Categories:</dt>
  <dd>Cats</dd>
  <dd>Dogs</dd>
</dl>

Developer Notes

Will not behave nicely if the dd is wide enough to wrap to several lines, or indeed, if there are many dds.