Closed bluser86 closed 4 years ago
I actually changed my mind regarding the min-width as this might have implications when the menu needs to be resized for responsiveness. Instead I opted for using a white-space: nowrap;
setting on the link menu to prevent wrapping that way.
Fix #177
Added a min-width property for blocklevel left menu items so that collapsing the menu doesn't cause the menu item labels to cascade to a new line.
Also removed spaces between menu items and icons because this causes misalignment.