Skip to content

Commit

Permalink
Fix responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 27, 2020
1 parent 0011e09 commit 9798bb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/admin/clicktodial.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
print '<input type="hidden" name="token" value="'.newToken().'">';
print '<input type="hidden" name="action" value="setvalue">';

print '<div class="div-table-responsive-no-min">';
print '<table class="noborder centpercent">';
print '<tr class="liste_titre">';
print '<td>'.$langs->trans("Name").'</td>';
Expand Down Expand Up @@ -111,6 +112,7 @@
print '</td></tr>';

print '</table>';
print '</div>';

print '<div class="center"><br><input type="submit" class="button" value="'.$langs->trans("Modify").'"></div>';

Expand Down

0 comments on commit 9798bb1

Please sign in to comment.