Skip to content

Quick little improvement for wrapping highlighted text. Make use of box-decoration-break: clone; to ensure elements fragments break across lines.

mark {
  box-decoration-break: clone;
}

View demo on Twitter.