resolved problem headers/general H1 elements floating by default in component views

This commit is contained in:
Brian Talbot
2013-01-13 13:07:11 -05:00
parent 1cf5e10a34
commit 2429192765

View File

@@ -282,6 +282,10 @@
.xmodule_display {
padding: 40px 20px 20px;
overflow-x: auto;
h1 {
float: none;
}
}
.wrapper-component-editor {