Containers Inside Other Stacks
The calculation of the container width is based on the viewport size of the device. This means that if a Container is used e.g. inside a Column stack, it will escape the boundaries.
device - (2 * gap)
. The gap
variable has a default value of 64px but can be modified.widescreen
breakpoint. Notice how it ignores the right boundary if your screen is big enough.
full hd
breakpoint. Notice how it ignores the right boundary if your screen is big enough.
Made with Platform