jerosoler / Drawflow

Simple flow library 🖥️🖱️
https://jerosoler.github.io/Drawflow/
MIT License
4.64k stars 721 forks source link

Lines miss-aligning #245

Closed venki559 closed 3 years ago

venki559 commented 3 years ago

image

We are facing line miss-alignment issue for a while. We haven't changed anything related to it but somehow issue came. I can't pinpoint the issue. Can you guys help me out with this

jerosoler commented 3 years ago

Hi @venki559

View: https://github.com/jerosoler/Drawflow/issues/123#issuecomment-784149366

venki559 commented 3 years ago

Hi @jerosoler , Thanks for quick reply.

I added text-align: initial. But issue still exists. I think it might to do with styling I guess, because I having same issue with sample app which not been touched in over a year. But latest downloaded version is working as expected

image

jerosoler commented 3 years ago

If you move a node, is the line positioned correctly?

The sylesheet is in header?

Use method import to load nodes?

venki559 commented 3 years ago

Replacing existing css file with original one fixed that issue.