You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
/** * Third-party widgets—like Google Maps—cannot have their images be responsive * as this breaks any images used within them therefore we remove that by * applying the two possible Google Map container selectors plus a generic * container selector to be used for other third-party widgets. * * N.B. it is okay to use `!important` here as we're doing it pre-emptively * i.e. you know you will always want the rule it's applied to to take * precedence.*//* stylelint-disable */.remove-responsive-imagesimg,
#map_canvasimg,
.map_canvasimg {
max-width: none!important;
}
/* stylelint-enable */
It should be in _helpers.scss.
The text was updated successfully, but these errors were encountered:
This is currently in
_base.scss
-> Images:It should be in
_helpers.scss
.The text was updated successfully, but these errors were encountered: