References and quotes from PDFs don't wrap (1.4)

They don’t break line, I can’t read the end of the sentences :face_with_raised_eyebrow:
(I received an update this morning)
tested on desktop app.

I have a meeting with people from my research team in a few minutes, and should be using some of the info below… :frowning:

I’ll use remnote.io in the meantime :+1:

Make Scrollable Source block instead

#DropToOpenAsDocument .gap-x-4.fade-on-hide-ui.grid {
    overflow-x: auto;
    white-space: pre-wrap;
}

Ahh Didn’t know that The Whole content was overflowed

It doesn’t work :frowning_face:
but thanks @Browneyedsoul for trying :slight_smile:

Sorry for tagging you guys : @Karthikk @hannesfrank but I think it’s a major bug.
Beware that it applies to all references, not only quotes from PDFs
(desktop, >1.4, no css)
ps: let me know if you prefer me not tagging you in the future

We are aware and a fix will be in the next update.

Here is a Custom CSS workaround:

.dont-break-rich-text-viewer .RichTextViewer {
    white-space: pre-wrap!important;
}

(I’m not sure where the .dont-break-rich-text-viewer class is used exactly. Might be that something like breadcrumbs break with this.)

3 Likes

Thanks! the workaround works indeed :slight_smile:

2 Likes

Hello
a workaround :