I have a column with an image in it. The image is set to 100% width. At first, it takes 100% width, but as soon as I click on another element, it snaps to less than 100% (something around 90%) and doesn’t snap back. Neither in the editor nor in preview. In smaller viewports the image takes the full 100% width. When I change the display from inline block to block or vice versa, it snaps back to 100% until I click on another element again.
On the left you can see the desired state, where the image has the same width as the div underneath it, on the right the state it snaps into, where it’s only about 90% of the div’s width. Any ideas how to fix this?