Skip to content

Commit

Permalink
fix: make the preview changes modal bigger as requested
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenmacdonald committed Oct 18, 2024
1 parent ec63d4a commit 72950a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cms/static/js/views/modals/preview_v2_library_changes.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function($, _, gettext, BaseModal, ViewUtils, XBlockViewUtils) {

options: $.extend({}, BaseModal.prototype.options, {
modalName: 'preview-lib-changes',
modalSize: 'med',
modalSize: 'lg',
view: 'studio_view',
viewSpecificClasses: 'modal-lib-preview confirm',
// Translators: "title" is the name of the current component being edited.
Expand Down
2 changes: 1 addition & 1 deletion cms/static/sass/views/_container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@

& > iframe {
width: 100%;
min-height: 350px;
min-height: 450px;
background: url('#{$static-path}/images/spinner.gif') center center no-repeat;
}
}
Expand Down

0 comments on commit 72950a9

Please sign in to comment.