0
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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%;