.container { padding: 10px; height: 100vh; box-sizing: border-box; } .textarea { width: 100%; height: 200px; padding: 12px; line-height: 20px; box-sizing: border-box; } .lh20{ line-height: 20px; }