sparna-git / Sparnatural

Sparnatural : Typescript visual SPARQL query builder for knowledge graphs, configurable with SHACL
http://sparnatural.eu
GNU Lesser General Public License v3.0
206 stars 34 forks source link

"AND" is positionned in an absolute way, which makes it messing up when window is resized #544

Open tfrancart opened 6 months ago

tfrancart commented 6 months ago

The dandling AND at the bottom moves correctly, but the first AND is positionned in an absolute way and does not move when the screen is resized

image

Probably there should be a way to position it relative to its parent CriteriaGroup, while still maintaining the dynamic computation of the length of the lines on top and on bottom ?

That's a tricky one...