سلام ...

فایل style.css قالب را باز کنید و دنبال کد زیر بگردید
این قسمت مربوط به قالب بندی کدهایی است که در انجمن قرار می گیرد
کد:
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
	direction: ltr;
}
حالا متغییر max-height: 24em می توانید حتی به 1000em نیز تغییر دهید