[CHANGE] Replaced style="width: 100%;" with the appropriate BS class

This commit is contained in:
Peter Pfeufer 2024-01-17 22:28:17 +01:00
parent fd6c6991f5
commit 867e2a1ded
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>