They don’t break line, I can’t read the end of the sentences
(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…
They don’t break line, I can’t read the end of the sentences
(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…
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
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.)
Hello
a workaround :