commit
df900d0077
3 changed files with 6 additions and 9 deletions
5
.changeset/khaki-worms-call.md
Normal file
5
.changeset/khaki-worms-call.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@reuters-graphics/graphics-components': patch
|
||||
---
|
||||
|
||||
Excludes Google ads from iframe reset
|
||||
|
|
@ -53,11 +53,3 @@
|
|||
</script>
|
||||
|
||||
<div data-freestar-ad="{dataFreestarAd || null}" id="{adId}"></div>
|
||||
|
||||
<style lang="scss">
|
||||
div {
|
||||
:global(iframe) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ figure {
|
|||
@include fmx-auto;
|
||||
}
|
||||
|
||||
iframe {
|
||||
iframe:not([id^='google_ads_iframe_']) {
|
||||
border: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue