From 2429192765f4bba99f92c99d03f9d8b066545ce8 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Sun, 13 Jan 2013 13:07:11 -0500 Subject: [PATCH] resolved problem headers/general H1 elements floating by default in component views --- cms/static/sass/_unit.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cms/static/sass/_unit.scss b/cms/static/sass/_unit.scss index 23d708dbc1..39c406b2cd 100644 --- a/cms/static/sass/_unit.scss +++ b/cms/static/sass/_unit.scss @@ -282,6 +282,10 @@ .xmodule_display { padding: 40px 20px 20px; overflow-x: auto; + + h1 { + float: none; + } } .wrapper-component-editor {