That can only be changed with CSS. Below for example is the default CSS for profile canvas height.
Code:
.cb_template .cbCanvasLayout .cbCanvasLayoutTop {
min-height: 200px;
}
The below is for userlists.
Code:
.cb_template .cbCanvasLayout.cbCanvasLayoutSm .cbCanvasLayoutTop {
min-height: 100px;
}
You can override both using CBs built in CSS functionality described below.
www.joomlapolis.com/blog/kyle/18711-template-css-overrides-made-easy