Skip to content

Commit

Permalink
Merge pull request #4138 from iamvdo/hotfix-ad
Browse files Browse the repository at this point in the history
fix: Prevent ads to overflow banner
  • Loading branch information
brunobesson authored Nov 22, 2024
2 parents e07e282 + 57dc5bc commit dd22b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/DfmAdLarge.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div id="camptocamp_htad" class="ams-ad is-flex is-justify-content-center" />
<div id="camptocamp_htad" class="ams-ad is-flex is-justify-content-center is-clipped" />
</template>

<script>
Expand Down

0 comments on commit dd22b10

Please sign in to comment.