Steps to reproduce the issue
- Create a table in the
{% content %} area.
- Open files panel
- Drag an image to the table
Possible problem
Image container may have styles like custom margin that doesn't suit into the table.
Expected behavior
Some image containers should have custom styles only when they are direct children of the content area wrapper.
Solution
Apply > to image styling selectors. For example:
.content-area > .edy-positionable-container-center {...}
Steps to reproduce the issue
{% content %}area.Possible problem
Image container may have styles like custom
marginthat doesn't suit into the table.Expected behavior
Some image containers should have custom styles only when they are direct children of the content area wrapper.
Solution
Apply
>to image styling selectors. For example: