As I search many answers I found excellent solution here. All was check.
table {
table-layout: fixed;
width: 100%;
}
div.some_container{
overflow-wrap: anywhere; /* modern CSS3 property */
word-wrap: break-word; /* deprecated All browsers since IE 5.5+ */
}
Very useful is table-layout it makes browser to faster render table and prevents change of the width of table cells etc from content. overflow-wrap prevents additionally and full.