Merge branch 'MDL-83283-main' of https://github.com/roland04/moodle

This commit is contained in:
Huong Nguyen 2024-10-10 09:07:07 +07:00
commit c8812697ca
No known key found for this signature in database
GPG Key ID: 40D88AB693A3E72A
3 changed files with 3 additions and 3 deletions

View File

@ -1810,7 +1810,7 @@ $divider-hover-color: $primary !default;
border: $border-width solid $border-color;
padding: 0;
margin: map-get($spacers, 2) 0;
.activity-altcontent {
> .activity-grid > .activity-altcontent {
margin-top: 0;
}
}

View File

@ -30028,7 +30028,7 @@ span.editinstructions .alert-link {
padding: 0;
margin: 0.5rem 0;
}
.activity.subsection > .activity-item .activity-altcontent {
.activity.subsection > .activity-item > .activity-grid > .activity-altcontent {
margin-top: 0;
}
.activity.subsection .section {

View File

@ -30028,7 +30028,7 @@ span.editinstructions .alert-link {
padding: 0;
margin: 0.5rem 0;
}
.activity.subsection > .activity-item .activity-altcontent {
.activity.subsection > .activity-item > .activity-grid > .activity-altcontent {
margin-top: 0;
}
.activity.subsection .section {