EULA text should start on a new line

This commit is contained in:
Jared Tabor
2016-05-06 15:33:19 -04:00
parent e31f472975
commit fefa6998aa
2 changed files with 2 additions and 3 deletions

View File

@@ -54,6 +54,7 @@
color: @login-notice-text; color: @login-notice-text;
overflow-y: scroll; overflow-y: scroll;
overflow-x: visible; overflow-x: visible;
white-space: pre-line;
} }
.License-field label{ .License-field label{

View File

@@ -106,9 +106,7 @@
<div class="License-subTitleText prepend-asterisk"> End User License Agreement <div class="License-subTitleText prepend-asterisk"> End User License Agreement
</div> </div>
<div id="eula_notice" <div id="eula_notice"
class="License-eulaNotice"> class="License-eulaNotice">{{ license.eula }}</div>
{{ license.eula }}
</div>
<div class="form-group License-detailsGroup"> <div class="form-group License-detailsGroup">
<div class="checkbox"> <div class="checkbox">
<label class="License-details--label"> <label class="License-details--label">