From 0f2f5ea0ba6668e69344f2c295855aaec7eb41c6 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Fri, 14 Oct 2022 20:21:07 +1000 Subject: [PATCH] nowrap to stop buttons moving around --- .../authentication/templates/authentication/tokens.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allianceauth/authentication/templates/authentication/tokens.html b/allianceauth/authentication/templates/authentication/tokens.html index 7670d433..11bb91ed 100644 --- a/allianceauth/authentication/templates/authentication/tokens.html +++ b/allianceauth/authentication/templates/authentication/tokens.html @@ -19,7 +19,7 @@ {% for t in tokens %} {% for s in t.scopes.all %}{{s.name}} {% endfor %} - + {{t.character_name}} {% endfor %}