@@media only screen and (max-width: 375px) {
.bootstrap-table .fixed-table-container .table th, td {
width: 50px;
word-break: break-all;
font-size: small !important;
}
.bootstrap-table .fixed-table-container .table thead th .th-inner {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 0rem;
padding-right: 0rem;
}
}