Commit 17e95f18 by marco

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

parent 3802e8f5
...@@ -1396,8 +1396,10 @@ body.unit .xblock-type-container { ...@@ -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 { body.unit .component {
margin-top: ($baseline*1.5); .xmodule_DiscussionModule, .xmodule_HtmlModule {
margin-top: ($baseline*1.5);
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment