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

View File

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