Commit 66283252 by Saleem Latif

image stretched issue resolved in signatories

parent 946102a3
...@@ -677,7 +677,7 @@ ...@@ -677,7 +677,7 @@
.wrapper-signature-image { .wrapper-signature-image {
display: block; display: block;
width: 375px; width: 375px;
height: 200px; line-height: 200px;
overflow: hidden; overflow: hidden;
margin: 0 auto; margin: 0 auto;
border: 1px solid $gray-l4; border: 1px solid $gray-l4;
...@@ -687,9 +687,9 @@ ...@@ -687,9 +687,9 @@
} }
.signature-image { .signature-image {
display: block; vertical-align: middle;
width: 100%; 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