.layout-builder__layout.custom-layout-section{
  display:flex;
}

.layout-builder__layout.custom-layout-section > .custom-layout-region{
    flex: 1 1 auto;
  }

