oaregithub / oare_mono

1 stars 0 forks source link

Discourse Rendering not breaking lines between words #1484

Closed hbludworth closed 2 years ago

hbludworth commented 2 years ago

In the newly updated discourse line readings at the top of the DiscourseReading.vue file, there is some strange behavior regarding line breaks. Naturally, one would expect that line breaks would occur between words when the page ends. However, for some reason, it is only breaking lines at multi-part words where there is a hyphenated separation.

Not sure why this is occurring. Probably just part of the vue v-for or the span tag's natural behavior.