I want to increase size of the <p:panel>
height but not width. below code increases both height and width.
<p:panel id="pnlPrev" style="width: 85%; border:1;">
I tried with the below code but its doesnt working
> <p:panel id="pnlPrev" style="height: 85%; border:1;">
> <p:panel id="pnlPrev" style="height: 85%; width: 85%; border:1;">
both are not working.Please Anyone help me to increase size of panel height