Skip to content

Commit

Permalink
MDL-76344 course: Fixed course image 'non image file' layout
Browse files Browse the repository at this point in the history
  • Loading branch information
stevandoMoodle committed May 11, 2023
1 parent 4670bbb commit d3c2698
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion theme/boost/scss/moodle/course.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
5 changes: 4 additions & 1 deletion theme/boost/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -28438,7 +28438,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;
Expand Down
5 changes: 4 additions & 1 deletion theme/classic/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -28438,7 +28438,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;
Expand Down

0 comments on commit d3c2698

Please sign in to comment.