cpietsch / vikus-viewer

Explore cultural collections along time, texture and themes
https://vikusviewer.fh-potsdam.de/
Other
136 stars 45 forks source link

Fixed word-wrap in the left sidebar that renders info.md #37

Closed MNoichl closed 4 months ago

MNoichl commented 4 months ago

Word-breaks in the info-sidebar seem to behave weirdly:

image

Setting the styles on the marked()-span explicitely fixes the problem for me: <span v-html="marked(info)" style="word-break: normal; white-space: pre-wrap;"></span>

cpietsch commented 4 months ago

Thank you 🙏 It probably results from the markdown injection.