Skip to content

Commit

Permalink
make transportstable responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddleSpl0it committed Oct 12, 2022
1 parent 4f01b9f commit 90eb0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/web/templates/admin/tab-routing.twig
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</div>
<div id="collapse-tab-maps" class="card-body collapse" data-bs-parent="#admin-content">
<p style="margin-bottom:40px">{{ lang.admin.transports_hint|raw }}</p>
<table class="table table-striped table-condensed" id="transportstable"></table>
<table id="transportstable" class="table table-striped dt-responsive w-100"></table>
<div class="mass-actions-admin">
<div class="btn-group btn-group-sm">
<button type="button" id="toggle_multi_select_all" data-id="transports" class="btn btn-sm btn-xs-half d-block d-sm-inline btn-secondary">{{ lang.mailbox.toggle_all }}</button>
Expand Down

0 comments on commit 90eb0ea

Please sign in to comment.