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

Redirect tables cut off when text is too long #3728

Open
willgearty opened this issue Mar 9, 2024 · 4 comments · May be fixed by #3735
Open

Redirect tables cut off when text is too long #3728

willgearty opened this issue Mar 9, 2024 · 4 comments · May be fixed by #3735

Comments

@willgearty
Copy link
Member

image

@willgearty
Copy link
Member Author

willgearty commented Mar 9, 2024

The tables need "table-layout: fixed;", but it looks like that then causes some problems with the text, so the cells would then need to have text wrapping. I think "overflow-wrap: anywhere;" or "overflow-wrap: break-word;" should do the trick.

@willgearty
Copy link
Member Author

Another example: https://princeton.learningu.org/manage/redirects/

@MysteryManav
Copy link

@willgearty i would like to fix this issue, can you specify where the table that needs to be modified is ?

@willgearty
Copy link
Member Author

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

Successfully merging a pull request may close this issue.

2 participants