From 3eb0f4cccb0804ebeee855ef36087e0804ac6f90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 2 Jun 2011 14:46:16 +0200 Subject: [PATCH] Make CodeMirror honor TextareaRows --- themes/original/css/theme_right.css.php | 5 +---- themes/pmahomme/css/theme_right.css.php | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 1dbe51928c..599526d9f8 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -1779,10 +1779,7 @@ fieldset .disabled-field td { } .CodeMirror-scroll { - height: auto; - overflow-y: auto; - overflow-x: auto; - max-height: 30em; + height: em; } .CodeMirror-gutter { diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 4a60f0f37d..d75b764566 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -2123,10 +2123,7 @@ fieldset .disabled-field td { } .CodeMirror-scroll { - height: auto; - overflow-y: auto; - overflow-x: auto; - max-height: 30em; + height: em; } .CodeMirror-gutter {