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!
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!