Hello,
We have a grid layout container that we are filling with symbols, whose uppermost container has a height of 100% in order for all the symbols to be of the height of the tallest symbol in the grid.
The problem is that symbols do not seem to expand to the height of the non-symbol container when they are imported. From what I understand, when imported, symbols get wrapped in more containers automatically, that do not have the styling.
Is styling propagation something that could exist in the future for symbols?
What would be the best solution now, except to fix symbol height as we would like them to be flexible?
Just to be sure we understand each other @manish-sharma ,
I added flex-direction: row, and display: flex to
non-symbol parent container. And flex: 1 to child symbol item.
The issue seems exactly the same as in grid, the symbol item is shown to be full height, but its content does not stretch:
You can try making the symbols items as display: flex and add flex: 1; property to them so that they can take the full available height. If that doesn’t work then do let us know, and we will try and implement that from our end. Thank you1
@manish-sharma As mentioned, I have set the non-symbol container to display: flex and flex-direction: row with symbol child to display: flex and flex: 1.
The result is as in the image I shared above, the outline shows symbols as being full height, but the content remains the same.
Just wanted to add that putting in custom code in every symbol seems like a really weird thing to do. This should absolutely be something intuitive in the editor, and right now it’s not.
I feel like adding this should be a no-brainer, and right now the solution seems completely anti-logical.
Can you please raise this to a team member to find a fix for it, because this might be something that would prevent us from using the tool. How could we expect any editor to add custom CSS…?
In order for me to be able to help you, could you please provide me with the Builder Content Entry link where you’re experiencing an issue as it this will me further my investigation?