You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Long words, or long values are not broken automatically though, only if they contain spaces or hyphens if I recall correctly. Then again, the word-break all can be applied easily afterwards, if people have need for it..
This line caused our html preview to consistently line break randomly in the middle of words, a fact pointed out by the customer: https://github.com/grtjn/view-file-ng/blob/master/less/view-file-ng.less#L41
I would recommend taking out that line. The word-wrap option will still allow long words to break, I believe.
Otherwise, works great!
The text was updated successfully, but these errors were encountered: