Commit c2507e3387b5bb3ffe8fbed1310c2b74d78573f4
1 parent
f2799331
Exists in
master
and in
28 other branches
ActionItem1052: clearing the float space after the media panel
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
app/views/cms/edit.rhtml
@@ -51,3 +51,5 @@ | @@ -51,3 +51,5 @@ | ||
51 | <% if environment.enabled?('media_panel') && [TinyMceArticle, Event, EnterpriseHomepage].any?{|klass| @article.kind_of?(klass)} %> | 51 | <% if environment.enabled?('media_panel') && [TinyMceArticle, Event, EnterpriseHomepage].any?{|klass| @article.kind_of?(klass)} %> |
52 | <%= render :partial => 'media_listing' %> | 52 | <%= render :partial => 'media_listing' %> |
53 | <% end %> | 53 | <% end %> |
54 | + | ||
55 | +<br style='clear: both'/> |