MDL-64099 message: Align group image to container top
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
>
|
||||
{{#imageurl}}
|
||||
<img
|
||||
class="rounded-circle"
|
||||
class="rounded-circle align-self-start"
|
||||
src="{{{.}}}"
|
||||
alt="{{name}}"
|
||||
aria-hidden="true"
|
||||
|
||||
@@ -562,6 +562,9 @@
|
||||
.position-relative {
|
||||
position: relative !important;
|
||||
}
|
||||
.align-self-start {
|
||||
align-self: flex-start !important;
|
||||
}
|
||||
.align-self-center {
|
||||
align-self: center !important;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user