blob: 6ca05ed3a659f95e162250e09ded800994ea1ada (
plain)
1
2
3
4
5
6
7
8
|
Tests how a align-items style change requires a relayout of the grid and previously stretched items.
The grid bellow had initially 'align-items: end' and was changed to 'stretch'.
PASS
The grid bellow was initially stretched and it has now 'align-items: center'.
PASS
|