Skip to content

Commit

Permalink
Merge branch 'MDL-76344-master-fix' of https://github.com/stevandoMoo…
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed May 11, 2023
2 parents 01cea25 + d3c2698 commit 6a40478
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
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
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
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 6a40478

Please sign in to comment.