Fix media editing modal changing dimensions when image loads (#12131)

This commit is contained in:
Eugen Rochko
2019-10-10 05:21:38 +02:00
committed by GitHub
parent 915f3712ae
commit 6ebd74f4fa
5 changed files with 113 additions and 70 deletions

View File

@ -6092,7 +6092,8 @@ noscript {
background: $base-shadow-color;
img,
video {
video,
canvas {
display: block;
max-height: 80vh;
width: 100%;