ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
9 lines (8 loc) • 351 B
text/less
textarea.nz-textarea-autosize-measuring {
height: auto ;
overflow: hidden ;
// Having 2px top and bottom padding seems to fix a bug where Chrome gets an incorrect
// measurement. We just have to account for it later and subtract it off the final result.
padding: 2px 0 ;
box-sizing: content-box ;
}