diff --git a/app/views/content_viewer/view_page.rhtml b/app/views/content_viewer/view_page.rhtml
index b954212..8757110 100644
--- a/app/views/content_viewer/view_page.rhtml
+++ b/app/views/content_viewer/view_page.rhtml
@@ -62,9 +62,10 @@
<% end %>
-<%= @page.to_html %>
-
-
+
+ <%= @page.to_html %>
+
+
<% if ! @page.categories.empty? %>
diff --git a/public/stylesheets/blocks/main-block.css b/public/stylesheets/blocks/main-block.css
index 90fbf27..b817f6c 100644
--- a/public/stylesheets/blocks/main-block.css
+++ b/public/stylesheets/blocks/main-block.css
@@ -2,6 +2,6 @@
Use article.css for article related css
*/
-.main-block {
+.main-block .article-body, .main-block h1 {
overflow: hidden;
}
--
libgit2 0.21.2