Merge branch 'MDL-76344-401-fix' of https://github.com/stevandoMoodle/moodle into MOODLE_401_STABLE

This commit is contained in:
Jun Pataleta 2023-05-11 14:35:30 +08:00
commit f8537a9536
3 changed files with 12 additions and 3 deletions

View File

@ -783,7 +783,10 @@ span.editinstructions {
font-weight: $font-weight-bold;
}
.coursebox .content .coursefile,
.coursebox .content .coursefile {
max-width: 100px;
}
.coursebox .content .courseimage img {
max-width: 100px;
max-height: 100px;

View File

@ -18282,7 +18282,10 @@ span.editinstructions .alert-link {
font-weight: 700;
}
.coursebox .content .coursefile,
.coursebox .content .coursefile {
max-width: 100px;
}
.coursebox .content .courseimage img {
max-width: 100px;
max-height: 100px;

View File

@ -18282,7 +18282,10 @@ span.editinstructions .alert-link {
font-weight: 700;
}
.coursebox .content .coursefile,
.coursebox .content .coursefile {
max-width: 100px;
}
.coursebox .content .courseimage img {
max-width: 100px;
max-height: 100px;