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

Nitpick: Graph node padding #208

Open
sergiimk opened this issue Oct 23, 2023 · 1 comment
Open

Nitpick: Graph node padding #208

sergiimk opened this issue Oct 23, 2023 · 1 comment

Comments

@sergiimk
Copy link
Member

The padding within graph nodes between left and right looks a bit ugly and inconsistent. It's sometimes too small on the right side with border approaching the text, and sometimes the node is much bigger than the text inside it.

image

This is a very minor issue. If there is no quick fix - let's skip it and address when we revisit the graph component.

@dmitriy-borzenko
Copy link
Contributor

There is no quick solution. The graph has its own mechanism for calculating the width. The entire graph area is svg. There is no such thing as margins and padding. Each element is drawn using coordinates. We need to further discuss what solution we will find for this issue.

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