From 6e586282f51dbe28ab14ff473890444770f0534b Mon Sep 17 00:00:00 2001 From: jaredevantabor Date: Fri, 3 Mar 2017 21:10:28 -0800 Subject: [PATCH] making survey-maker title 75% instead of 50% --- .../client/src/templates/survey-maker/survey-maker.block.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/templates/survey-maker/survey-maker.block.less b/awx/ui/client/src/templates/survey-maker/survey-maker.block.less index 1460807dfc..06716a52d8 100644 --- a/awx/ui/client/src/templates/survey-maker/survey-maker.block.less +++ b/awx/ui/client/src/templates/survey-maker/survey-maker.block.less @@ -25,7 +25,7 @@ font-weight: bold; margin-right: 10px; text-transform: uppercase; - max-width: 50%; + max-width: 75%; } .SurveyMaker-titleLockup { margin-left: 4px;