MDL-64099 message: Align group image to container top

This commit is contained in:
Bas Brands
2018-11-27 10:48:52 +08:00
committed by Ryan Wyllie
parent e677e0e53b
commit 2edfbf880a
3 changed files with 7 additions and 1 deletions
@@ -562,6 +562,9 @@
.position-relative {
position: relative !important;
}
.align-self-start {
align-self: flex-start !important;
}
.align-self-center {
align-self: center !important;
}