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.
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 thespan
tag's natural behavior.