Como ocultar o texto que é mais longo que seu pai Div

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