• Resolved WP-Henne

    (@wp-henne)


    Hello,
    The Editor Window at backend isn’t unseful while typing more text or place images into the message.
    May you add a full-screen option for the editor or a option to resize like the textbox even at this support forum)
    The other solutuon could be a custom css, which will only make a fixed other variant, not realy a good solution …

    Thank You

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ELEXtensions

    (@elextensions)

    Hello, Thanks for suggesting this. But the Quill editor doesn’t have an expand option. We are checking other options as well. You can make the editor height as auto by using CSS custom code as follows if you would like to.

    .reply_textarea{
    height: auto !important;
    }

    Hope that helps.

    Thread Starter WP-Henne

    (@wp-henne)

    Thank you @elextensions.

    With this hint, i’ve found a nice(r) solution for the height:

    .reply_textarea {
    	overflow: hidden !important;
    	display: block !important;
    }

    source: https://codepen.io/vsync/pen/czgrf

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bigger Editor Window for agents’ is closed to new replies.