diff --git a/typo3/sysext/core/Configuration/TCA/pages.php b/typo3/sysext/core/Configuration/TCA/pages.php
index bebea76e42103e2cbe9080a69b16a932ad1a6d78..9498d7732cbe7afcc5bd71109943fdef2fe4365e 100644
--- a/typo3/sysext/core/Configuration/TCA/pages.php
+++ b/typo3/sysext/core/Configuration/TCA/pages.php
@@ -175,7 +175,7 @@ return [
             'config' => [
                 'type' => 'text',
                 'cols' => 40,
-                'rows' => 5,
+                'rows' => 15,
                 'enableTabulator' => true,
                 'fixedFont' => true,
             ],
diff --git a/typo3/sysext/frontend/Configuration/TCA/sys_template.php b/typo3/sysext/frontend/Configuration/TCA/sys_template.php
index 695d5e5ef9fb12fdbaf5adb6c3b514a8e4a1e5ac..7f68b006074a2d6d773eed1efcf34df5dde0eb61 100644
--- a/typo3/sysext/frontend/Configuration/TCA/sys_template.php
+++ b/typo3/sysext/frontend/Configuration/TCA/sys_template.php
@@ -113,7 +113,7 @@ return [
             'config' => [
                 'type' => 'text',
                 'cols' => 48,
-                'rows' => 10,
+                'rows' => 15,
                 'wrap' => 'off',
                 'enableTabulator' => true,
                 'fixedFont' => true,
@@ -177,7 +177,7 @@ return [
             'label' => 'LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:sys_template.config',
             'config' => [
                 'type' => 'text',
-                'rows' => 10,
+                'rows' => 15,
                 'cols' => 48,
                 'wrap' => 'off',
                 'enableTabulator' => true,