Problem/Motivation

If the image in the footer block is wide, then the text will expand beyond its parent.

Steps to reproduce

1. Add a wide image in the footer block
2. Add a couple paragraph of text
3. Check how it looks on mobile

Proposed resolution

The wrapper that wraps the image should not have the flex display when the screen width is really small. We should make it a block, so that elements will stack on top of each other.

Remaining tasks

User interface changes

API changes

Data model changes

Comments

nkoporec created an issue. See original summary.

nkoporec’s picture

Status: Active » Needs review

  • nickmans committed 58c97c1 on 11.0.x
    Merge pull request #2804 from goalgorilla/bug/issue-3268100
    
    Issue #...

tbsiqueira’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

ohorbatiuk’s picture