From: stephen@cubedesigners.com Date: Wed, 7 Sep 2016 12:31:56 +0000 (+0000) Subject: Quote form tips box adjustment to stop text wrapping. #670 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f9180ccffe831d93fdec2e02f89c543c277bd909;p=fluidbook-v3.git Quote form tips box adjustment to stop text wrapping. #670 @0:10 --- diff --git a/less/315-quote.less b/less/315-quote.less index ed5141b..50370bd 100644 --- a/less/315-quote.less +++ b/less/315-quote.less @@ -114,7 +114,7 @@ .tips { margin-top: 42px; - padding: 20px 30px; + padding: 20px; background-color: @color-light-grey; min-height: 170px; // Same as textarea height position: relative; @@ -143,6 +143,7 @@ ul { .list(); + margin-top: 10px; } }