Full-width paragraphs may have wrong width when not in the Content region #3817
Labels
backport
Changes to be back-ported to previous minor release branch
bug
Something isn't working
high priority
Must get done for this milestone
patch release
Issues to be included in the next patch release
Describe the bug
Pull request #3774 updated the styling of full-width paragraphs to apply to all regions, not just the Content region:
However, although this resolved the issue for Text on Media paragraphs in certain regions (like Content Top), it introduced an additional bug where full-width Text with Background or Text on Media paragraphs can have the incorrect width in regions other than Content:
This problem occurs due to this CSS rule being incorrectly applied to full-width paragraphs which are not in the Content region:
The CSS variables above are calculated specifically for the Content region and should not be used in relation to other regions.
To Reproduce
Steps to reproduce the behavior:
Proposed resolution
Revert one or more of the changes from #3774 and update CSS as needed to fix remaining issues specific to Text with Background paragraphs.
Expected behavior
Paragraphs with the "Full width" checkbox checked should use the full width of the page.
The text was updated successfully, but these errors were encountered: