stop text from wrapping

122

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

Comments

Submit
0 Comments