Jak ukryć tekst dłuższy niż jego rodzicielski div

/* Do this in the parent div */
div {
  overflow: hidden;
}
Plain Panda