fix file upload preview size
parent
22dd995a28
commit
b4775a0d50
customize.dist/src/less2/include
|
@ -275,8 +275,14 @@
|
|||
}
|
||||
#cp-upload-preview-container {
|
||||
max-width: 100%;
|
||||
max-height: 300px;
|
||||
overflow: auto;
|
||||
media-tag {
|
||||
max-width: 100%;
|
||||
iframe {
|
||||
// pdfs don't take the full width unless we tell them to
|
||||
width: 100%;
|
||||
}
|
||||
& > * {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue