This would be useful for particularly long staff listings (longer than 10 people)
Ideally it should automatically break the listing into two columns without the user needing to specify column 1, column 2.
I tried to implement it with a <div class="half">, but it was an epic fail. The images were squashed to half their normal width and some alignment/spacing issues, so now I'm requesting it as a new component.
Request
A new 2 column version of
staff-listing min
http://web.unimelb.edu.au/components/people/#staff-listing-minI tried to implement it with a
<div class="half">
, but it was an epic fail. The images were squashed to half their normal width and some alignment/spacing issues, so now I'm requesting it as a new component.See the result of my
<div class="half">
attempt: