mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 06:20:16 +02:00
[CHANGE] Replaced style="width: 100%;"
with the appropriate BS class
This commit is contained in:
parent
fd6c6991f5
commit
867e2a1ded
@ -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 %}
|
||||
</p>
|
||||
|
||||
<table class="table" id="table_tokens" style="width: 100%;">
|
||||
<table class="table w-100" id="table_tokens">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{% translate "Scopes" %}</th>
|
||||
|
@ -23,7 +23,7 @@
|
||||
</p>
|
||||
|
||||
<div class="table-responsive">
|
||||
<table class="table table-striped" id="tab_permissions_audit" style="width: 100%;">
|
||||
<table class="table table-striped w-100" id="tab_permissions_audit">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{% translate "Group" %}</th>
|
||||
|
@ -23,7 +23,7 @@
|
||||
</p>
|
||||
|
||||
<div class="table-responsive">
|
||||
<table class="table table-striped" id="tab_permissions_overview" style="width: 100%;">
|
||||
<table class="table table-striped w-100" id="tab_permissions_overview">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{% translate "App" %}</th>
|
||||
|
Loading…
x
Reference in New Issue
Block a user