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] Inconsistent spacing for child elements #488

Open
chrisdburr opened this issue Jun 19, 2024 · 2 comments
Open

[BUG] Inconsistent spacing for child elements #488

chrisdburr opened this issue Jun 19, 2024 · 2 comments
Assignees
Labels
bug Something isn't working design An issue related to some design or general aesthetic improvement.

Comments

@chrisdburr
Copy link
Collaborator

Issue

The spacing between elements is not well-aligned.

Screenshot 2024-06-19 at 09 46 48

As you can see in this example, P7 has three children:

  • P7.3
  • P7.2
  • P7.1

P7.1 is not located underneath its parent element.

Desired Behaviour

The elements should be grouped together with their siblings. There are probably several layout options to consider here. I don't have strong preferences on whether they are, say, centrally clustered or whether the first element is located directly underneath its parent and then all siblings expand to the right.

I appreciate this will also require consideration of spacing for the parents.

@chrisdburr chrisdburr added the bug Something isn't working label Jun 19, 2024
@chrisdburr
Copy link
Collaborator Author

@RichGriff
Copy link
Collaborator

@chrisdburr this has something to do with the layout library that is being used - we will need to investigate and possibly look at another solution for the layout stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working design An issue related to some design or general aesthetic improvement.
Development

No branches or pull requests

3 participants