[Bug] Design Option “Image” does not respond correctly to grid styling
Version: 12.6
Problem:
The “Image” design option partially fails to respond to grid styling defined in the designOption.json. The element container-image-text does not occupy the designated grid-area because it is not a direct child of the container-image-card element where the grid is applied.
In Chrome DevTools, it is visible that the instruction
grid-area: 1 / 1 / span 1 / span 1;
has no effect because the target element does not participate in the grid context.
See screenshot: design-options_image-01.png
1
vote