image stretched issue resolved in signatories

This commit is contained in:
Saleem Latif
2015-09-22 11:41:52 +05:00
parent 946102a3e0
commit 66283252e6

View File

@@ -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%;
}
}
}