Fix very wide media attachments resulting in too thin a thumbnail (#14127)

Fixes #14094
This commit is contained in:
ThibG 2020-06-23 17:24:29 +02:00 committed by GitHub
parent 01a99f7ec7
commit d469247083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5203,6 +5203,7 @@ a.status-card.compact:hover {
border-radius: 4px;
position: relative;
width: 100%;
min-height: 64px;
}
.media-gallery__item {