fix file upload preview size

pull/1/head
ansuz 3 years ago
parent 22dd995a28
commit b4775a0d50

@ -275,8 +275,14 @@
} }
#cp-upload-preview-container { #cp-upload-preview-container {
max-width: 100%; max-width: 100%;
max-height: 300px;
overflow: auto;
media-tag { media-tag {
max-width: 100%; max-width: 100%;
iframe {
// pdfs don't take the full width unless we tell them to
width: 100%;
}
& > * { & > * {
max-width: 100%; max-width: 100%;
} }

Loading…
Cancel
Save