This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git

commit 63cbde87f13ed60c049437cb5fe2f81d91252251
Author: Dan Klco <[email protected]>
AuthorDate: Mon Aug 27 13:30:06 2018 -0400

    Fixing the height of the editor so it accommodates the link editor
---
 .../resources/jcr_root/static/clientlibs/sling-cms-editor/editor.css    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/ui/src/main/resources/jcr_root/static/clientlibs/sling-cms-editor/editor.css 
b/ui/src/main/resources/jcr_root/static/clientlibs/sling-cms-editor/editor.css
index 73e30dd..96cd99c 100644
--- 
a/ui/src/main/resources/jcr_root/static/clientlibs/sling-cms-editor/editor.css
+++ 
b/ui/src/main/resources/jcr_root/static/clientlibs/sling-cms-editor/editor.css
@@ -84,7 +84,7 @@
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
-       min-height: 400px;
+       min-height: 500px;
 }
 
 .Sling-CMS__modal-frame-header {

Reply via email to