Commit 63ac2f14 by Matt Drayer

Merge pull request #9860 from edx/saleem-latif/SOL-1189

SOL-1189: when a signature image file is uploaded, the preview image looks distorted
parents 5374f10d 66283252
......@@ -677,7 +677,7 @@
.wrapper-signature-image {
display: block;
width: 375px;
height: 200px;
line-height: 200px;
overflow: hidden;
margin: 0 auto;
border: 1px solid $gray-l4;
......@@ -687,9 +687,9 @@
}
.signature-image {
display: block;
vertical-align: middle;
width: 100%;
min-height: 100%;
max-height: 100%;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment