From 867e2a1dede16821e570d0341207754ad693dd40 Mon Sep 17 00:00:00 2001
From: Peter Pfeufer
Date: Wed, 17 Jan 2024 22:28:17 +0100
Subject: [PATCH] [CHANGE] Replaced `style="width: 100%;"` with the appropriate
BS class
---
.../authentication/templates/authentication/tokens.html | 2 +-
.../permissions_tool/templates/permissions_tool/audit.html | 2 +-
.../permissions_tool/templates/permissions_tool/overview.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/allianceauth/authentication/templates/authentication/tokens.html b/allianceauth/authentication/templates/authentication/tokens.html
index e7907893..42e3c61b 100644
--- a/allianceauth/authentication/templates/authentication/tokens.html
+++ b/allianceauth/authentication/templates/authentication/tokens.html
@@ -16,7 +16,7 @@
{% translate "This page is a best attempt, but backups or database logs can still contain your tokens. Always revoke tokens on https://community.eveonline.com/support/third-party-applications/ where possible."|urlize %}
-
+
{% translate "Scopes" %} |
diff --git a/allianceauth/permissions_tool/templates/permissions_tool/audit.html b/allianceauth/permissions_tool/templates/permissions_tool/audit.html
index 4407ff9e..73535a29 100644
--- a/allianceauth/permissions_tool/templates/permissions_tool/audit.html
+++ b/allianceauth/permissions_tool/templates/permissions_tool/audit.html
@@ -23,7 +23,7 @@
-
+
{% translate "Group" %} |
diff --git a/allianceauth/permissions_tool/templates/permissions_tool/overview.html b/allianceauth/permissions_tool/templates/permissions_tool/overview.html
index 8dbace83..44beb69b 100644
--- a/allianceauth/permissions_tool/templates/permissions_tool/overview.html
+++ b/allianceauth/permissions_tool/templates/permissions_tool/overview.html
@@ -23,7 +23,7 @@