Skip to content

column: Add the .narrow, .medium and .wide style classes

These classes are added automatically depending on the reached threshold: .narrow when the column is so narrow it allocates all its size to its child, .wide when the child won't be allocated more space as the column grows, .medium in between, and none of these when there is no child or it isn't visible.

Merge request reports