if i add a responsive table in a Blog-Article, the Article is displayed on Smartphones oversized... (See Screenshot)
<div class="table-responsive">
<table class="table table-striped model-variants">
<thead>
<tr>
<th scope="col" class="model-variants-model">Part</th>
<th scope="col" class="model-variants-model">Rated Load</th>
<th scope="col" class="model-variants-ivr">Input Voltage</th>
<th scope="col" class="model-variants-op">Output Voltage</th>
<th scope="col" class="model-variants-ov">Output Current<br />(full load)</th>
<th scope="col" class="model-variants-fpsmin">Power Factor<br />(full load)</th>
</tr>
</thead>
<tbody>
<tr>
<td>lorem ipsum</td>
<td>lorem ipsum</td>
<td>lorem ipsum</td>
<td>lorem ipsum</td>
<td>lorem ipsum</td>
<td>lorem ipsum</td>
</tr>
<tr>
<td>lorem ipsum</td>
<td>lorem ipsum</td>
<td>lorem ipsum</td>
<td>lorem ipsum</td>
<td>lorem ipsum</td>
<td>lorem ipsum</td>
</tr>
</tbody>
</table>
</div>