adjusted visual styling for editing state of xblocks, html, and video components which had extra padding applied to it from the container page xblock styling
STUD-1410
This commit is contained in:
@@ -1403,3 +1403,9 @@ body.unit .component {
|
||||
margin-top: ($baseline*1.5);
|
||||
}
|
||||
}
|
||||
|
||||
body.unit .component.editing {
|
||||
.xmodule_DiscussionModule, .xmodule_HtmlModule, .xblock {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user