mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -03:30
EULA text should start on a new line
This commit is contained in:
parent
e31f472975
commit
fefa6998aa
@ -54,6 +54,7 @@
|
||||
color: @login-notice-text;
|
||||
overflow-y: scroll;
|
||||
overflow-x: visible;
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
.License-field label{
|
||||
|
||||
@ -106,9 +106,7 @@
|
||||
<div class="License-subTitleText prepend-asterisk"> End User License Agreement
|
||||
</div>
|
||||
<div id="eula_notice"
|
||||
class="License-eulaNotice">
|
||||
{{ license.eula }}
|
||||
</div>
|
||||
class="License-eulaNotice">{{ license.eula }}</div>
|
||||
<div class="form-group License-detailsGroup">
|
||||
<div class="checkbox">
|
||||
<label class="License-details--label">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user