bug fix for HTML xmodule styling which caused first line of text to be cut off. STUD-1380

This commit is contained in:
marco
2014-03-03 11:18:57 -05:00
parent 3802e8f539
commit 17e95f184a

View File

@@ -1396,8 +1396,10 @@ body.unit .xblock-type-container {
}
}
// UI: special case discussion xmodule styling
// UI: special case discussion, HTML xmodule styling
body.unit .component .xmodule_DiscussionModule {
margin-top: ($baseline*1.5);
body.unit .component {
.xmodule_DiscussionModule, .xmodule_HtmlModule {
margin-top: ($baseline*1.5);
}
}