We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb47ce commit bd4dee7Copy full SHA for bd4dee7
cms/static/sass/course-unit-mfe-iframe-bundle.scss
@@ -435,6 +435,7 @@ html {
435
436
// For openassessment xblock editor. Copied from edx-ora2 repo.
437
@import 'iframe-editors/oa';
438
+
439
// openassessment xblock mods for mfe iframe
440
.openassessment_editor_buttons.xblock-actions {
441
padding: ($baseline*0.75) 2% ($baseline/2) 2%;
@@ -461,8 +462,10 @@ html {
461
462
// make room for tabs above after shifting everything up due to action buttons
463
height: calc(100% - 112px);
464
}
465
466
#openassessment-editor #openassessment_editor_header {
467
padding: 10px;
468
+ padding-right: 50px; // make space for close button
469
470
471
.xblock-v1-studio_view {
0 commit comments