.ux-code {
  pre, pre > * {
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
  }
}