From: stephen@cubedesigners.com Date: Mon, 1 Aug 2016 14:59:51 +0000 (+0000) Subject: Fix #584 @0:15 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0ca330cbe57ac30fce67e171afa8c524ecc0d807;p=fluidbook-v3.git Fix #584 @0:15 --- diff --git a/less/315-quote.less b/less/315-quote.less index 4288aba..abe6f7c 100644 --- a/less/315-quote.less +++ b/less/315-quote.less @@ -184,6 +184,13 @@ //pointer-events: none; // Disabled to allow messages to be hidden on click display: none; + @media (max-width: 560px) { + padding: 20px 30px; + min-width: 0; + width: 90%; + font-size: 13px; + } + br { line-height: 2.5; }