Allow to set the vertical alignment also on the one-column layout

Created on 14 January 2021, about 4 years ago
Updated 8 March 2024, 12 months ago

Allow to set the vertical alignment also on the one-column layout.

This is especially needed if the container has a min-height.

The challenge here is: We cant simply do something like:

   .drowl-layout-container.align-middle{
      height:100%;
      display:flex;
      flex-direction:column;
      justify-content:center;
  }

... because height does not work according to the min-height of the container.

Maybe we're able to get the alignment value on the .paragraph container itself (just for the one column layout!), so we can do:

   .paragraph.align-middle{
      display:flex;
      flex-direction:column;
      justify-content:center;
  }
Feature request
Status

Active

Version

1.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024