%layout-column,
.layout-column {
  @extend .h-100,
          %d-flex,
          %flex-column;

  // Fix for Chrome 72 flexbox rendering changes
  // Nested elements with height set to 100% were breaking beyond the bounds of their containers
  min-height: 0;
}
