Ensure SVG image is shown in preview (#8007)

Co-authored-by: Bjarne Fyrstenborg <bf@oerskov-gruppen.lan>
This commit is contained in:
Bjarne Fyrstenborg
2020-06-15 11:48:22 +02:00
committed by GitHub
parent fda7251aed
commit 35751e257f
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
.umb-property-file-upload {
.umb-property-editor--limit-width();
.umb-upload-button-big {
max-width: (@propertyEditorLimitedWidth - 40);
display: block;
padding: 20px;
opacity: 1;

View File

@@ -724,6 +724,7 @@
// --------------------------------------------------
.umb-fileupload {
display: flex;
flex-direction: column;
}
.umb-fileupload .preview {