mirror of
https://github.com/pi-hole/web.git
synced 2025-12-25 05:05:33 +00:00
Fix audit log button being too wide
All of the divs surrounding the button tag were unnecessary. Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
@@ -75,13 +75,7 @@
|
||||
<!-- /.col -->
|
||||
</div>
|
||||
<!-- /.row -->
|
||||
<div class="container">
|
||||
<div class="row justify-content-md-right">
|
||||
<div class="col-2">
|
||||
<button class="btn btn-lg btn-primary btn-block" id="gravityBtn" disabled="true">Update black-/whitelists</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<button class="btn btn-lg btn-primary btn-block" id="gravityBtn" disabled="true">Update black-/whitelists</button>
|
||||
|
||||
<script src="scripts/pi-hole/js/auditlog.js"></script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user