Commit c2507e3387b5bb3ffe8fbed1310c2b74d78573f4

Authored by Antonio Terceiro
1 parent f2799331

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 51 <% if environment.enabled?('media_panel') && [TinyMceArticle, Event, EnterpriseHomepage].any?{|klass| @article.kind_of?(klass)} %>
52 52 <%= render :partial => 'media_listing' %>
53 53 <% end %>
  54 +
  55 +<br style='clear: both'/>
... ...