From 670129049ff29b0eb1cf3b36f5b406eb76dd4354 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Mon, 24 Sep 2018 16:12:13 -0500 Subject: [PATCH] Fix text wrapping on quotes --- services/web/public/stylesheets/app/content_page.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/web/public/stylesheets/app/content_page.less b/services/web/public/stylesheets/app/content_page.less index 2fb31b137f..bfef7e7fc8 100644 --- a/services/web/public/stylesheets/app/content_page.less +++ b/services/web/public/stylesheets/app/content_page.less @@ -9,4 +9,7 @@ hr { border-color: @hr-border-alt; } + .quote-by { + overflow: hidden; + } } \ No newline at end of file