Fixes: U4-8362 Inserting image in a grid with Firefox shows full-size rather than scaled image

This commit is contained in:
Simon Busborg
2016-05-17 11:02:01 +02:00
parent 6a593d8b5e
commit 4752a83135

View File

@@ -201,6 +201,15 @@ ul.color-picker li a {
margin: 5px;
background: white;
border: 1px solid #f8f8f8;
max-width: 100%;
}
.umb-mediapicker .umb-sortable-thumbnails li {
flex-direction: column;
margin: 0;
padding: 5px;
}
@@ -384,6 +393,7 @@ ul.color-picker li a {
}
.umb-cropper-gravity .viewport, .umb-cropper-gravity, .umb-cropper-imageholder {
display: inline-block;
max-width: 100%;
}
.umb-cropper-imageholder {