craigcabrey / ratemycoop

Service for students to view and rate co-ops for companies of all types.
https://ratemycoop.io/
BSD 3-Clause "New" or "Revised" License
37 stars 8 forks source link

Change word break #154

Closed PxlBuzzard closed 9 years ago

PxlBuzzard commented 9 years ago

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.

kocsenc commented 9 years ago

Fixed in hotfix in develop branch. Thanks @PxlBuzzard