Skip to content

Commit

Permalink
Fix: Styling problem on vertically aligned blocks (#20368)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Feb 24, 2020
1 parent d3ba83e commit a64044c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/block-library/src/columns/style.scss
Expand Up @@ -99,4 +99,10 @@
&.is-vertically-aligned-bottom {
align-self: flex-end;
}

&.is-vertically-aligned-top,
&.is-vertically-aligned-center,
&.is-vertically-aligned-bottom {
width: 100%;
}
}

0 comments on commit a64044c

Please sign in to comment.