bug fix: multiple small font issues
This commit is contained in:
parent
b3fe4bd37c
commit
db768f9a0a
|
|
@ -432,7 +432,7 @@
|
|||
ng-model="ftpUserName" placeholder="john_ftp" required>
|
||||
<span class="username-suffix">{{ OwnerFTP }}_{$ ftpUserName $}</span>
|
||||
</div>
|
||||
<small style="color: #64748b; margin-top: 0.5rem; display: block;">
|
||||
<small style="color: #64748b; margin-top: 0.5rem; display: block; font-size: 0.875rem;">
|
||||
<i class="fas fa-info-circle"></i>
|
||||
{% trans "Your FTP username will be prefixed with the owner username" %}
|
||||
</small>
|
||||
|
|
@ -467,7 +467,7 @@
|
|||
{% trans "Use This Password" %}
|
||||
</button>
|
||||
</div>
|
||||
<small style="color: #64748b; margin-top: 0.5rem; display: block;">
|
||||
<small style="color: #64748b; margin-top: 0.5rem; display: block; font-size: 0.875rem;">
|
||||
<i class="fas fa-info-circle"></i>
|
||||
{% trans "Make sure to save this password in a secure location" %}
|
||||
</small>
|
||||
|
|
|
|||
|
|
@ -424,7 +424,7 @@
|
|||
{% trans "Use This Password" %}
|
||||
</button>
|
||||
</div>
|
||||
<small style="color: #64748b; margin-top: 0.5rem; display: block;">
|
||||
<small style="color: #64748b; margin-top: 0.5rem; display: block; font-size: 0.875rem;">
|
||||
<i class="fas fa-info-circle"></i>
|
||||
{% trans "Make sure to save this password in a secure location" %}
|
||||
</small>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue