From f9180ccffe831d93fdec2e02f89c543c277bd909 Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Wed, 7 Sep 2016 12:31:56 +0000 Subject: [PATCH] Quote form tips box adjustment to stop text wrapping. #670 @0:10 --- less/315-quote.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } } -- 2.39.5