From fefa6998aaf24ad53e34733be662decc54c36130 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Fri, 6 May 2016 15:33:19 -0400 Subject: [PATCH] EULA text should start on a new line --- awx/ui/client/src/license/license.block.less | 1 + awx/ui/client/src/license/license.partial.html | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/awx/ui/client/src/license/license.block.less b/awx/ui/client/src/license/license.block.less index 475cdf0016..f76c1de0aa 100644 --- a/awx/ui/client/src/license/license.block.less +++ b/awx/ui/client/src/license/license.block.less @@ -54,6 +54,7 @@ color: @login-notice-text; overflow-y: scroll; overflow-x: visible; + white-space: pre-line; } .License-field label{ diff --git a/awx/ui/client/src/license/license.partial.html b/awx/ui/client/src/license/license.partial.html index f6d44b3b97..24614bdc21 100644 --- a/awx/ui/client/src/license/license.partial.html +++ b/awx/ui/client/src/license/license.partial.html @@ -106,9 +106,7 @@
End User License Agreement
- {{ license.eula }} -
+ class="License-eulaNotice">{{ license.eula }}