#970 offcanvas for principal men is not correctly rendered
Summary of changes
- before, we were using the element's fixed width to determine its position off page when closed, now, has we don't have a fixed width, using
transform: translateX
instead - width is based on min-content, so we can still wrap text onto new lines
- Fix line height of nav items
- Lower bottom padding of second list
Closes #970 (closed)
Edited by James Jenkinson