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

Fixes #14094
lolsob-rspec
ThibG 2020-06-23 17:24:29 +02:00 committed by GitHub
parent df13142cdd
commit 90445230cd
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 {