Merge remote-tracking branch 'origin/stable'

# Conflicts:
#	package.json
This commit is contained in:
zadam 2021-08-21 20:20:09 +02:00
commit ad8f374276

View File

@ -658,11 +658,11 @@ a.external:not(.no-arrow):after, a[href^="http://"]:not(.no-arrow):after, a[href
overflow: auto;
}
.include-note.box-size-medium .include-note-content.type-pdf {
.include-note.box-size-medium .include-note-content.type-pdf .rendered-note-content {
height: 20em; /* PDF is rendered in iframe and must be sized absolutely */
}
.include-note.box-size-full .include-note-content.type-pdf {
.include-note.box-size-full .include-note-content.type-pdf .rendered-note-content {
height: 50em; /* PDF is rendered in iframe and it's not possible to put full height so at least a large height */
}