Inset Lists
Lists can also be inset inside their container, instead of going full width. The main difference is that a list list-inset
element has margin. An inset list is similar to a card, except an inset list does not have a box-shadow. Since list list-inset
does not have a box-shadow, it'll be more performant when scrolling. Inset forms shows other examples of its usage.
<divclass="list list-inset"><divclass="item">
Raiders of the Lost Ark
</div> ...
</div>