mirror of
https://github.com/Jackett/Jackett
synced 2025-03-13 07:33:12 +00:00
ui: fix spacing between text and icon in auth warning
This commit is contained in:
parent
b8d45ad97a
commit
8f51748ff2
1 changed files with 3 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue