The textarea of the asked question does not cover all the available field. Only 3 lines are visible and a scroll appears at the 4th line when added. Please check the attached image.
textarea {
height: 100% !important; /* <- auto changed to 100%*/
line-height: 1.5;
max-width: 100% !important;
}
pre,
code {
background: #f6f6f6;
border-left: 4px solid #ff4081;
color: #151515;
/* font: normal .92em/32px 'Curier New', monospace !important; <- commented this css*/
margin: 3em 0;
padding: 20px 26px 20px 32px;
}
.markItUpEditor {
min-height: 320px!important;
}