A table is placed on the page in the bootstrap cell, a sufficient number of columns in the table, and on the laptop screens this table goes beyond the limits of the cell allocated for it 
page code in this location:
<div class="col-md-9"> <div class="row tablica"> <table class="table table-striped tablesorter"> <thead> <tr> ..... <th>класс</th> <th>расположение</th> </tr> </thead> <tbody> ... <tr> <td>текст</td> <td>текст</td> </tr> <tr> <td>текст</td> <td>текст</td> </tr> </tbody> </table> </div> </div> How to make the table completely fit in the block allocated to it, and the text in wide columns disappear beyond the boundaries of the columns, but with a hover on a cell of the table "went" "back and forth"?