Skip to content

Commit

Permalink
Fixed #193 - Grades > Filter by Name now wraps properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-milette committed May 26, 2024
1 parent bcbe5df commit 943afdf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scss/trema/incourse.scss
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,12 @@ body:not(#page-course-view-weeks, #page-course-view-topics, #page-course-view-re
body.pagelayout-course .section {
padding: 0.5rem!important;
}

// For Gradebook report.
.initials-selector .initialswidget,
.pagination-sm .page-link {
padding: 0.25rem 0.5rem!important;
}
body.pagelayout-report #page #page-content {
max-width: fit-content!important;
}

0 comments on commit 943afdf

Please sign in to comment.