dio-v
3/8/2016 - 2:45 PM

afbreken van lange woorden

afbreken van lange woorden

.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}