Skip to content

Commit

Permalink
MDL-78274: gradereport_grader: Vertically center feedback modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolate-lightning committed Jun 21, 2023
1 parent 0fb1152 commit 6394056
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion grade/report/grader/amd/build/feedback_modal.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion grade/report/grader/amd/build/feedback_modal.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion grade/report/grader/amd/src/feedback_modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ const getModal = async(courseid, userid, itemid) => {

return ModalFactory.create({
removeOnClose: true,
large: true
large: true,
verticallyCentered: true,
})
.then(modal => {
const body = Templates.render('core_grades/feedback_modal', {
Expand Down

0 comments on commit 6394056

Please sign in to comment.