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 breadcrumbs' layout in Firefox #932

Merged
merged 1 commit into from
Mar 7, 2017
Merged

Conversation

carvil
Copy link
Contributor

@carvil carvil commented Mar 7, 2017

The negative margin added to the breadcrumb links to improve the
clickable area introduced a bug in firefox, where the link text wraps to
a new line.

By adding display: inline-block we make sure the link doesn't wrap to
a new line like in other browsers.

Before

screen shot 2017-03-07 at 10 39 45

After

screen shot 2017-03-07 at 10 40 00

Trello: https://trello.com/c/QlITug3n/499-firefox-shows-breadcrumbs-wrapped

The negative margin added to the breadcrumb links to improve the
clickable area introduced a bug in firefox, where the link text wraps to
a new line.

By adding `display: inline-block` we make sure the link doesn't wrap to
a new line like in other browsers.
@carvil carvil merged commit cfe0144 into master Mar 7, 2017
@carvil carvil deleted the fix-breadcrumbs-in-firefox branch March 7, 2017 10:46
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