
Description
Current CLA form is very small. It should be larger for easy access. (I could send PR for review but I don't know the structure of this project)
From my browser's inspect, I have deleted aside tag (<aside class="left-sidebar" role="secondary">.....
) and changed
<section class="main-content with-left-sidebar" role="main">
to
<section class="main-content" role="main">
and
<iframe src="https://secure.na1.echosign.com/public/esignWidget?wid=4QV45G7M576869&hosted=false&token=&firstName=&lastName=&nameEditable=true" width="100%" height="100%" frameborder="0" style="border: 0; overflow: hidden; min-height: 500px; min-width: 600px;"></iframe>
to
<iframe src="https://secure.na1.echosign.com/public/esignWidget?wid=4QV45G7M576869&hosted=false&token=&firstName=&lastName=&nameEditable=true" width="100%" height="100%" frameborder="0" style="border: 0; overflow: hidden; min-height: 1236px; min-width: 600px;"></iframe>