Text wrap

Helper classes for handling how words are allowed to wrap and break.

.t-wrap-break
Allow a word to wrap to the next line mid-word

<p class="t-wrap-break" style="width: 150px;">barbara.gervin.hawkins@house.texas.gov</p>

RepoCountLocation(s)
donations 1
.t-wrap-balance
Allow a word to wrap to the next line, but try to keep the lines balanced. This isn't supported in all browsers and could be used in conjunction with our fork of NYT's balanacer helper.

<p class="t-wrap-balance" style="width: 150px;">The best and worst moments in Texas politics</p>

This class isn't referenced anywhere