From 3c2467092bb288234bb99721a9ceb8a7bdecc0e9 Mon Sep 17 00:00:00 2001 From: Andreas N Date: Sat, 27 Dec 2014 15:59:09 +0100 Subject: [PATCH] fixing other stuff I broke with this fix. --- app/assets/stylesheets/scss/answerbox.scss | 1 + app/assets/stylesheets/scss/comments.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/app/assets/stylesheets/scss/answerbox.scss b/app/assets/stylesheets/scss/answerbox.scss index af1595fe..ff85cb91 100644 --- a/app/assets/stylesheets/scss/answerbox.scss +++ b/app/assets/stylesheets/scss/answerbox.scss @@ -19,6 +19,7 @@ .answerbox--question-text, .answerbox--question-user { margin-bottom: 0px; + overflow: hidden; } .answerbox--question-text { diff --git a/app/assets/stylesheets/scss/comments.scss b/app/assets/stylesheets/scss/comments.scss index ae326fd7..41e92c3f 100644 --- a/app/assets/stylesheets/scss/comments.scss +++ b/app/assets/stylesheets/scss/comments.scss @@ -21,6 +21,7 @@ .comments--content { overflow: hidden; + word-break: break-all; } .media-body {