You can do this in various ways:
1) set the minimum width in the stylesheet to table , th , td , tr :
table { min-width:700px; } tr { min-width:120px; } th,td { min-width:20px; }
2) Or you can delete the metadata that responds to the recall:
<meta name="viewport" content="width=device-width, initial-scale=1">
user3847516
source share