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
There's not much information here, but I'm going to try to answer this anyway. I'm going to assume you're using core-scaffold since that supports a tool attribute. The elements selected into the core-scaffold's tool area are already in a flex layout so the container isn't necessary. The container itself here has no size and this is why the Beta (flex) div doesn't appear to take up the additional space.
Here's a fix that leaves your outer container in place:
div tool horizontal layout>
div>Alpha /div>
div flex>Beta (flex) /div>
div>Gamma /div>
/div>
Issue with flex in div for tool bar. if div has tool attribute then the div within doesnt flex
The text was updated successfully, but these errors were encountered: