Skip to content

Instantly share code, notes, and snippets.

@klashxx
Created November 15, 2018 11:19
Show Gist options
  • Save klashxx/c6ba9d1ee0f22de42bd8618dbfd29844 to your computer and use it in GitHub Desktop.
Save klashxx/c6ba9d1ee0f22de42bd8618dbfd29844 to your computer and use it in GitHub Desktop.
<InlineMessage
type="error"
title="Long Line Warp"
secondaryText="">
<div dangerouslySetInnerHTML={{ __html: '<p>' + longLine.trim().match(/.{1,80}/g).join('<br>') + '</p>' }} />
</InlineMessage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment