mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
MDL-64099 message: Align group image to container top
This commit is contained in:
parent
e677e0e53b
commit
2edfbf880a
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user