craigcabrey/ratemycoop

Change word break

Closed this issue · 1 comments

All of the markdown-based content is currently using word-break: break-all;. However, that results in harder to read review descriptions (as an example):

Current:

wordwrap-current

Proposed:

wordwrap-after

The primary offending CSS is in .markdown-preview, though there might be other places to override.

Fixed in hotfix in develop branch. Thanks @PxlBuzzard