unimelb / unimelb-design-system

A complete design system for the University of Melbourne
https://web.unimelb.edu.au
30 stars 12 forks source link

Fix width of items in staff listing detailed #802

Closed axelboc closed 7 years ago

axelboc commented 7 years ago

Fix #598

Keep items to a specific width so that content doesn't affect alignment.

Breaking change!

The diamond listing requires an additional class:

<!-- BEFORE -->
<ul class="staff-listing-detailed">...</ul>

<!-- AFTER -->
<ul class="staff-listing-detailed staff-listing-detailed--diamond">...</ul>