mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02:30
EULA text should start on a new line
This commit is contained in:
@@ -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{
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user