bug fix: multiple small font issues

This commit is contained in:
usmannasir 2025-07-05 17:10:36 +05:00
parent b3fe4bd37c
commit db768f9a0a
3 changed files with 24 additions and 4 deletions

View File

@ -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>

View File

@ -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