scss: limit dimensions of thumbnailed images (required for svg files) (#76746) #240

Merged
bdauvergne merged 1 commits from wip/76746-commun-reprendre-le-style-des-v into main 2023-04-21 11:22:41 +02:00
1 changed files with 6 additions and 0 deletions

View File

@ -821,6 +821,12 @@ div.gallerycell {
width: 100%;
}
.wcs-card-cell .pk-card-field-filename img {
display: block;
max-width: 100%;
max-height: 25vh;
}
.empty-cell {
display: none !important;
}