All my Figure Tags have the following css applied to them. I think this happened after updating to 2.1
@layer bricks figure { margin: 1em 40px; }
Does anybody know why that is and how I can get rid of this without setting the style to 0 manually?
All my Figure Tags have the following css applied to them. I think this happened after updating to 2.1
@layer bricks figure { margin: 1em 40px; }
Does anybody know why that is and how I can get rid of this without setting the style to 0 manually?
Hi,
Thanks so much for your report!
Please update to the latest version (2.1.3) and see if the issue persists. Since the introduction of the cascade layer, we have already solved many problems in this regard – the figure margin should be one of them.
Best regards,
timmse
Thank you timmse. The figure margin is still there in 2.1.3. I have now solved it by manually entering a margin of 0 on all 4 sides.
Please show me a specific example (a link) where the margin is clearly visible so we can fix it if it is a bug.