/* sapUiSizeCompact seem to override the TextArea height
the following fix allows the TextArea height to adjust properly 
*/

.sapUiSizeCompact .zenTextArea.sapMTextArea > .sapMTextAreaInner {
	height: 100%;
}