Open mzlock opened 8 years ago
This is a fantastic issue. I'll integrate this now.
Brings up another question. What do you think about wrapping the text like:
What do you think?
For comparison:
Technically, we reference Material Design for the CK UI, this is what they have to say about menus:
1 vote for leaving things in one line
@efatsi this is the only edge case we need to figure out how to cover:
A small screen size was necessary for the example, but I could see this being an issue on larger screens too. For example:
We could make the menu open from the outside in (as opposed to always hanging from the right to left) to account for that specific issue.
Okay. Here's where I'm at:
:+1: :+1: :+1: :+1: :+1:
@efatsi I'll send out a patch release to fix the firefox bug, then I'll submit a PR with the menu change.
Current styles:
Firefox is taking these styles literally, so the
.col-menu
is always the minimum width and doesn't stretch to fit larger children. The larger children then get cut off.This seems to fix it cross-browser: