You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a block that contains text along with multiple child blocks. By default the text of the parent appears behind the child blocks. What is the best way to get the parent text to appear above the children.
block-beta
block:Parent["Parent"]
child1 child2
end
I was able to work around it slightly by adding spaces to force multiple rows of children but I wasn't able to get the parent text to be top justified using classDef with vertical-align:top.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to create a block that contains text along with multiple child blocks. By default the text of the parent appears behind the child blocks. What is the best way to get the parent text to appear above the children.
block-beta
block:Parent["Parent"]
child1 child2
end
I was able to work around it slightly by adding spaces to force multiple rows of children but I wasn't able to get the parent text to be top justified using classDef with vertical-align:top.
Beta Was this translation helpful? Give feedback.
All reactions