Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix menu on mobile #1668

Merged
merged 1 commit into from
Sep 22, 2017

Conversation

vlukash
Copy link
Contributor

@vlukash vlukash commented Sep 18, 2017

I believe the right way to fix this is just to hide text that doesn't fit into the mobile menu item width.

Also the common approach is to add ... at the end of the string (text-overflow: ellipsis). So it looks like this:
fake web

CSS changes:

overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

@vlukash vlukash changed the title [WIP] Fix menu on mobile Fix menu on mobile Sep 18, 2017
@matthid matthid merged commit 18a3c19 into fsprojects:master Sep 22, 2017
@matthid
Copy link
Member

matthid commented Sep 22, 2017

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants