Fix very wide media attachments resulting in too thin a thumbnail (#14127)
Fixes #14094lolsob-rspec
parent
df13142cdd
commit
90445230cd
|
@ -5203,6 +5203,7 @@ a.status-card.compact:hover {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
min-height: 64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-gallery__item {
|
.media-gallery__item {
|
||||||
|
|
Loading…
Reference in New Issue