When a container layout is set to Default and alignment to center, setting the container to flex still retains the alignment in the container as shown in the following video where the button was centered and I though I was going crazy. In the example, the button's width had to be set to max-content in order for it to be aligned to the left but this should not have been necessary if the default alignment had been reset.
When a container layout is set to
Default
and alignment tocenter
, setting the container to flex still retains the alignment in the container as shown in the following video where the button was centered and I though I was going crazy. In the example, the button's width had to be set tomax-content
in order for it to be aligned to the left but this should not have been necessary if the default alignment had been reset.https://vimeo.com/831566988/bb57961375