
body {
  background-color:white;
}


.overflow {
    /* Ist irgend ein Trick. Ohne eine Breite anzugeben funktioniert es nicht. */
    max-width: 100px;
    overflow:hidden;
     white-space:nowrap; 
    text-overflow: ellipsis;
}
