Commit 93607603 by marcotuts

Merge pull request #2794 from edx/marco/bug-fix/html-xmodule

bug fix for HTML xmodule styling which caused first line of text to be c...
parents 3802e8f5 17e95f18
...@@ -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