

body.compact-menu #stripo-overlay {
    width: calc(100% - 90px) !important;
}

#stripo-overlay {
    //right: 0 !important;
    left: auto !important;
    width: calc(100% - 300px) !important;
    transition: width .3s;
}

.table.panel-table {
  table-layout: fixed;
  width: 100%; /* или нужная вам ширина */
}

.table.panel-table td {
	word-break: break-all;
}

