-
Notifications
You must be signed in to change notification settings - Fork 327
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
Long text in footer columns do not wrap #1647
Comments
We have another issue here relating to the footer layout, makes me think we should be using CSS Grid for this: #1539 |
Looks like it might be an issue with |
I'll see if I can find some time to did a bit deeper into the issue but I think this is a bug and not a feature request. |
We believe this was resolved by the changes in #2462. |
While trying to implement the footer component for Digital Marketplace, we came across an issue with the footer, It doesn't seem to support long navigation text.
We wanted a three-column layout like this:
However, as soon as you have links with a lot of content the layout breaks into two columns and the third column overflows onto another row as in this example:
I think the expected behaviour should be that the link text adheres to the column width and wraps itself.
I haven't tested this out in other browsers but I did have this problem in Chrome 78.
The text was updated successfully, but these errors were encountered: