Alignment between two containers #1581
Unanswered
JordanSussman
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Is the solution simply to add "direction: right" at the start of the code? Or will you need to use grids? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I'm trying to get the
region a
andregion b
containers within the following code to align at the same level:The aforementioned code results in the two region containers being slightly askew with either the layout of
elk
ordagre
, see the following screenshot for an exampleIs it possible to force that the
region a
andregion b
containers are at the same level? I would ideally have theregion b
container to the immediate right ofregion a
.Beta Was this translation helpful? Give feedback.
All reactions