scss: limit dimensions of thumbnailed images (required for svg files) (#75769) #209

Merged
fpeters merged 1 commits from wip/75769-limit-thumbnail-size into main 2023-03-31 09:51:57 +02:00
1 changed files with 6 additions and 0 deletions

View File

@ -882,3 +882,9 @@ div.section.foldable {
.plain-text-pre {
white-space: pre-line;
}
div.file-field img {
display: block;
max-width: 100%;
max-height: 25vh;
}