diff --git a/app/assets/stylesheets/thredded-overrides.scss b/app/assets/stylesheets/thredded-overrides.scss index 6ae9f585..ce6e1365 100644 --- a/app/assets/stylesheets/thredded-overrides.scss +++ b/app/assets/stylesheets/thredded-overrides.scss @@ -20,4 +20,12 @@ line-height: inherit !important; } } +} + +.thredded--main-container { + max-width: 100%; +} + +.thredded--post--content { + font-size: 12pt; } \ No newline at end of file diff --git a/app/views/layouts/forum.html.erb b/app/views/layouts/forum.html.erb index 9766f9ad..0fc6c11d 100644 --- a/app/views/layouts/forum.html.erb +++ b/app/views/layouts/forum.html.erb @@ -273,7 +273,7 @@
    <%= render('thredded/redesigned/breadcrumbs') %>
-