MDL-64099 message: Align group image to container top

This commit is contained in:
Bas Brands 2018-11-22 14:29:56 +01:00 committed by Ryan Wyllie
parent e677e0e53b
commit 2edfbf880a
3 changed files with 7 additions and 1 deletions

View File

@ -45,7 +45,7 @@
>
{{#imageurl}}
<img
class="rounded-circle"
class="rounded-circle align-self-start"
src="{{{.}}}"
alt="{{name}}"
aria-hidden="true"

View File

@ -562,6 +562,9 @@
.position-relative {
position: relative !important;
}
.align-self-start {
align-self: flex-start !important;
}
.align-self-center {
align-self: center !important;
}

View File

@ -22281,6 +22281,9 @@ ul.indented-list {
.position-relative {
position: relative !important;
}
.align-self-start {
align-self: flex-start !important;
}
.align-self-center {
align-self: center !important;
}