stop text from wrapping

CSS
div {
  white-space: nowrap;
  overflow: hidden;
}
Source

Also in CSS: