]> _ Git - fluidbook-v3.git/commitdiff
Quote form tips box adjustment to stop text wrapping. #670 @0:10
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 7 Sep 2016 12:31:56 +0000 (12:31 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 7 Sep 2016 12:31:56 +0000 (12:31 +0000)
less/315-quote.less

index ed5141b32e77eee82597732e37c963bfb15d5b04..50370bde6274586f743bfa819688fdb80a826581 100644 (file)
 
        .tips {
                margin-top: 42px;
-               padding: 20px 30px;
+               padding: 20px;
                background-color: @color-light-grey;
                min-height: 170px; // Same as textarea height
                position: relative;
 
                ul {
                        .list();
+                       margin-top: 10px;
                }
        }