ui: fix spacing between text and icon in auth warning

This commit is contained in:
Bogdan 2024-01-30 20:24:50 +02:00
parent b8d45ad97a
commit 8f51748ff2
1 changed files with 3 additions and 1 deletions

View File

@ -51,7 +51,9 @@
<hr />
<div id="warning-external-access" hidden class="alert alert-danger text-center" role="alert">
<strong><span class="glyphicon glyphicon-alert"></span>Security Risk: Your instance has external access enabled without using an admin password.<span class="glyphicon glyphicon-alert"></span></strong>
<strong>
<span class="glyphicon glyphicon-alert"></span> Security Risk: Your instance has external access enabled without using an admin password. <span class="glyphicon glyphicon-alert"></span>
</strong>
</div>
<div id="can-upgrade-from-mono" hidden class="alert alert-info" role="alert">