Skip to content

Commit

Permalink
fix(@dpc-sdp/ripple-markup): limit iframe max-width on xxl screens (#…
Browse files Browse the repository at this point in the history
…1304)

Co-authored-by: David Featherston <david.featherstone@dpc.vic.gov.au>
  • Loading branch information
lambry and David Featherston committed Jun 1, 2023
1 parent 6413cfb commit 6eec597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/Organisms/Markup/Markup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ $no-padding: 0;
border: 0;
// Shouldn't be oversize in mobile
max-height: 80vh;
max-width: map-get(map-get($rpl-layout, 'site_max_width'), 'xl');
}
&--default {
Expand Down

0 comments on commit 6eec597

Please sign in to comment.