• Resolved AdrianB

    (@adrianb)


    Why do you set an inline style with margins on the map block like this?

    <div className="advgb-map-block" style={ { margin: '10px auto' } }>

    The extra margin messes with my layout and it takes precedence over my classes and I have to resort to !important, which is never a desirable solution.

    (Taken from assets/blocks/map/block.jsx on line 1560)

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Inline style with margin in map block’ is closed to new replies.