PlacingContainer
(Created page with "PlacingContainers are introduced in this blog article: https://blog.mdriven.net/placingcontainers-flexbox/")
 
No edit summary
Line 1: Line 1:
PlacingContainers are introduced in this blog article: https://blog.mdriven.net/placingcontainers-flexbox/
PlacingContainers are introduced in this blog article: https://blog.mdriven.net/placingcontainers-flexbox/
Quick help for when you're confused by why you're seeing when working with placing containers (flex box)
===== Why isn't this container filling the one above it? =====
If you haven't made any special setting it's probably because a container only "fills" the container above in the perpendicular direction. If you want it to fill he whole width, for example for a table, make it's direction "Column".
* Direction Column => Fills horizontal and stacks vertical
* Direction Row => Fills vertical and stacks horizontal

Revision as of 14:30, 18 November 2022

PlacingContainers are introduced in this blog article: https://blog.mdriven.net/placingcontainers-flexbox/

Quick help for when you're confused by why you're seeing when working with placing containers (flex box)

Why isn't this container filling the one above it?

If you haven't made any special setting it's probably because a container only "fills" the container above in the perpendicular direction. If you want it to fill he whole width, for example for a table, make it's direction "Column".

  • Direction Column => Fills horizontal and stacks vertical
  • Direction Row => Fills vertical and stacks horizontal
This page was edited 39 days ago on 03/26/2024. What links here