@media (max-width: 743px) {
 .stock-sort-list {
   display: flex;
   flex-wrap: nowrap;
   overflow: auto;
 }

 .actions-sort > span {
  white-space: nowrap;
 }
}