.nowrap {
  white-space: normal;
}
@media print, screen and (min-width: 320px) {
  .nowrap {
    white-space: nowrap;
  }
}