diff --git a/Themes/default/css/portal.css b/Themes/default/css/portal.css index 7106831..657427f 100644 --- a/Themes/default/css/portal.css +++ b/Themes/default/css/portal.css @@ -222,6 +222,13 @@ td.sp_shop { margin: 5px 10px 0 0; } + +/* Overlap fix */ +.sp_article_content .post { + margin-right: -50px; + word-wrap: break-word; +} + .sp_article_content { margin-bottom: 0.5em; @@ -597,4 +604,4 @@ dl.sp_form dt a img, #sp_add_articles_list_header a img { float: right; margin-right: 2px; -} \ No newline at end of file +}