Skip to content

Commit

Permalink
fix(@dpc-sdp/ripple-ui-core): allow tables and media elements to span…
Browse files Browse the repository at this point in the history
… full width
  • Loading branch information
David Featherston committed Aug 9, 2023
1 parent 2e5c491 commit b54b6cc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
letter-spacing: var(--rpl-type-ls-1);

@media (--rpl-bp-m) {
max-width: var(--rpl-content-max-width);
> :not(.rpl-media-embed, .rpl-iframe, .rpl-img, .rpl-table) {
max-width: var(--rpl-content-max-width);
}
}

& > :first-child {
Expand Down

0 comments on commit b54b6cc

Please sign in to comment.