From: Alexander Ebert Date: Tue, 9 Sep 2014 12:07:01 +0000 (+0200) Subject: Enforcing a maximum height of 500px for Redactor X-Git-Tag: 2.1.0_Alpha_1~344^2~25 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6f9ccbafdaa3f933dfb7aa7eae1c63c4a8db1a8b;p=GitHub%2FWoltLab%2FWCF.git Enforcing a maximum height of 500px for Redactor --- diff --git a/wcfsetup/install/files/style/redactor.less b/wcfsetup/install/files/style/redactor.less index 33e5b38ec5..f6f0f1d2ee 100644 --- a/wcfsetup/install/files/style/redactor.less +++ b/wcfsetup/install/files/style/redactor.less @@ -65,9 +65,11 @@ .redactor_editor { font-size: 1rem; + max-height: 500px; padding: 10px; position: relative; outline: none; + overflow: auto; & + textarea { border-width: 0;