Skip to content
Snippets Groups Projects
Commit 8da0e95c authored by rhenck's avatar rhenck
Browse files

[editor] Improve styling of TextImage-Panel dialog

Restrict maximun size of image.

#638
parent 6afa9aba
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,9 @@ import { DragNDropValueObject, TextImageLabel } from 'common/models/elements/lab
.image-wrapper {
display: flex;
justify-content: inherit;
max-height: 100%;
max-height: 350px;
max-width: 600px;
padding: 0 20px;
}
.column {flex-direction: column;}
.column-reverse {flex-direction: column-reverse;}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment