Enforcing a maximum height of 500px for Redactor
authorAlexander Ebert <ebert@woltlab.com>
Tue, 9 Sep 2014 12:07:01 +0000 (14:07 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 9 Sep 2014 12:07:01 +0000 (14:07 +0200)
wcfsetup/install/files/style/redactor.less

index 33e5b38ec5baf4d45f109999c447074f7cbdabb9..f6f0f1d2eec6c9669f9a20f65624662568475889 100644 (file)
 
 .redactor_editor {
        font-size: 1rem;
+       max-height: 500px;
        padding: 10px;
        position: relative;
        outline: none;
+       overflow: auto;
        
        & + textarea {
                border-width: 0;