Skip to content

Commit bd4dee7

Browse files
committed
fix: leave space for close button
1 parent ffb47ce commit bd4dee7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cms/static/sass/course-unit-mfe-iframe-bundle.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ html {
435435

436436
// For openassessment xblock editor. Copied from edx-ora2 repo.
437437
@import 'iframe-editors/oa';
438+
438439
// openassessment xblock mods for mfe iframe
439440
.openassessment_editor_buttons.xblock-actions {
440441
padding: ($baseline*0.75) 2% ($baseline/2) 2%;
@@ -461,8 +462,10 @@ html {
461462
// make room for tabs above after shifting everything up due to action buttons
462463
height: calc(100% - 112px);
463464
}
465+
464466
#openassessment-editor #openassessment_editor_header {
465467
padding: 10px;
468+
padding-right: 50px; // make space for close button
466469
}
467470

468471
.xblock-v1-studio_view {

0 commit comments

Comments
 (0)