From d187b6b18621d527e989d2ad985e664f565b0879 Mon Sep 17 00:00:00 2001 From: Chrystal Maria Griffiths Date: Mon, 4 Feb 2019 11:13:49 +0000 Subject: [PATCH] Merge pull request #1463 from sharelatex/jel-quote-style Set a min-width on .quote-by GitOrigin-RevId: 843c4bca65ca19308814521556af16d56f4af5ad --- services/web/public/stylesheets/app/content_page.less | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/public/stylesheets/app/content_page.less b/services/web/public/stylesheets/app/content_page.less index 581c743def..461345eaaa 100644 --- a/services/web/public/stylesheets/app/content_page.less +++ b/services/web/public/stylesheets/app/content_page.less @@ -15,6 +15,7 @@ border-color: @hr-border-alt; } .quote-by { + min-width: 80px; overflow: hidden; } } \ No newline at end of file