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

Bug [graph]: fix word wrapping in on-node fields #816

Open
alex-mashin opened this issue Feb 26, 2024 · 2 comments
Open

Bug [graph]: fix word wrapping in on-node fields #816

alex-mashin opened this issue Feb 26, 2024 · 2 comments

Comments

@alex-mashin
Copy link
Contributor

In graph format, non-page property values that are displayed on nodes (with graphfields = yes) should be word-wrapped with <br />, not newline, since they are displayed within <td> HTML tags.

@gesinn-it-gea
Copy link
Member

Shouldn't we implement this with CSS instead of hard-coded line breaks?

@alex-mashin
Copy link
Contributor Author

Shouldn't we implement this with CSS instead of hard-coded line breaks?

As far as I understand, there is no way to automatically word-wrap in dot, including HTML-like strings, neither in SVG with CSS.

If you know a way, please tell us.

@alex-mashin alex-mashin changed the title Bug [graph]: fix word wrapping in on-edge fields Bug [graph]: fix word wrapping in on-node fields Feb 27, 2024
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

No branches or pull requests

2 participants