Responsive

This commit is contained in:
Laurent Destailleur
2021-07-09 18:47:34 +02:00
parent b7c42c70ef
commit 9e9af8548d
3 changed files with 27 additions and 4 deletions

View File

@@ -91,6 +91,7 @@ print dol_get_fiche_head($head, 'services', '', -1, 'technic');
print '<span class="opacitymedium">'.$langs->trans("ListOfSupportedOauthProviders").'</span><br><br>';
print '<div class="div-table-responsive">';
print '<table class="noborder centpercent">';
$i = 0;
@@ -145,6 +146,7 @@ foreach ($list as $key) {
}
print '</table>'."\n";
print '</div>';
print dol_get_fiche_end();