Setting margin-left or right on to gatsby-remark-images 'wrapperStyle' prop, is not overwriting the default margin-left #12199
Labels
stale?
Issue that may be closed soon due to the original author not responding any more.
Description
Setting margin-left on to gatsby-remark-images 'wrapperStyle' prop, is not overwriting the default margin-left which is set the be
auto
.Steps to reproduce
Add the gatsby-remark-images plugin to your project and try setting the following value in gatsby-config.js:
Expected result
It should overwrite the default
margin-left: auto
.The text was updated successfully, but these errors were encountered: