soflyy / breakdance-bugs

Bug reports from Breakdance users.
40 stars 6 forks source link

Height 100% not work as expected #1006

Open ElinaMacichina opened 8 months ago

ElinaMacichina commented 8 months ago
  1. In page editor create section, in it advance settings go to wrapper -> Layout -> [ Display -> flex & flex direction -> row & align items -> stretch
  2. add two divs to that section.
  3. to one div add some content.
  4. to second div add picture/loop builder/any other widget.
  5. to picture/loop builder/any other widget set height to 100% (where you can find that setting because everything by default has min height setting,
  6. you see that widget not stretching to container height. ( loop building reacts only to custom css where ee-posts or ee-posts-list is set to height: 100%.

image

image the same problem with image widget - it ignores height setting - 100% image it solves only with custom css in figure, breakdance-image-container, breakdance-image-clip - height: 100%