Tests fix

This commit is contained in:
Matteo Gheza 2020-10-22 15:03:45 +02:00
parent 0bd2ba0cc2
commit e8c35bbace
4 changed files with 4 additions and 4 deletions

View File

@ -50,7 +50,7 @@
margin: auto;
}
</style>
<div style="overflow-x:auto;">
<div id="list" style="overflow-x:auto;">
<table style="width: 90%; text-align:center;">
<thead>
<tr>

View File

@ -28,7 +28,7 @@
margin: auto;
}
</style>
<div style="overflow-x:auto;">
<div id="list" style="overflow-x:auto;">
<table style="width: 90%; text-align:center;">
<thead>
<tr>

View File

@ -61,7 +61,7 @@
<a id='add' href="edit_service.php?add">{{ 'Add service'|t }}</a>
</p>
<br>
<div style="overflow-x:auto;">
<div id="list" style="overflow-x:auto;">
<table style="width: 90%; text-align:center;">
<thead>
<tr>

View File

@ -61,7 +61,7 @@
<a id='add' href="edit_training.php?add">{{ 'Add training'|t }}</a>
</p>
<br>
<div style="overflow-x:auto;">
<div id="list" style="overflow-x:auto;">
<table style="width: 90%; text-align:center;">
<thead>
<tr>