Skip to content

Commit

Permalink
assignfeedback_structured: Vertically center the modal dialogues
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyjbutler committed Nov 8, 2024
1 parent d847988 commit f4950c3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion amd/build/csmodal.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 amd/build/csmodal.min.js.map

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

2 changes: 1 addition & 1 deletion amd/build/cssavemodal.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 amd/build/cssavemodal.min.js.map

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

1 change: 1 addition & 0 deletions amd/src/csmodal.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export default class CSModal extends Modal {
super.configure({
...modalConfig,
show: true,
isVerticallyCentered: true,
removeOnClose: true,
});
}
Expand Down
1 change: 1 addition & 0 deletions amd/src/cssavemodal.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export default class CSSaveModal extends Modal {
super.configure({
...modalConfig,
show: true,
isVerticallyCentered: true,
removeOnClose: true,
});
}
Expand Down

0 comments on commit f4950c3

Please sign in to comment.