-
Notifications
You must be signed in to change notification settings - Fork 109
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
No linebreak in DetailsPanel #1854
Comments
@kilichenko-pixida could you please have a look into it |
@ridoo It seems like the poblem is not with long lines of attributes per se, but specifically with keywords, because they are links. If the title is very long, it seems to wrap around just fine in Firefox as well. And as for the keywords, adding the following css makes it work both in Chrome and Firefox:
My guess is that this particular element styling isn't specified explicitly and Chrome and Firefox just have different default display modes. Unfortunately, I wasn't able to figure out how to actually make changes to front-end and would require some help to actually apply the change. |
Created a PR for it. |
Describe the bug
On Firefox, long lines of attributes within the Detailspanel do not break. Detailspanel shows an horizontal scrollbar instead. This is different from Chrome.
Firefox:
Chrome is ok:
Expected Behavior
Lines break the same way as in Chrome Browser
Steps to Reproduce the Problem
-
master
: https://stable.demo.geonode.org/catalogue/#/dataset/10913-
development
: https://development.demo.geonode.org/catalogue/#/dataset/583Specifications
master
anddevelopment
The text was updated successfully, but these errors were encountered: