mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 14:30:17 +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 %}
|
{% 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>
|
</p>
|
||||||
|
|
||||||
<table class="table" id="table_tokens" style="width: 100%;">
|
<table class="table w-100" id="table_tokens">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{% translate "Scopes" %}</th>
|
<th>{% translate "Scopes" %}</th>
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="table-responsive">
|
<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>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">{% translate "Group" %}</th>
|
<th scope="col">{% translate "Group" %}</th>
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="table-responsive">
|
<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>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">{% translate "App" %}</th>
|
<th scope="col">{% translate "App" %}</th>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user