XF 1.4 Increase Size of More Options Reply Editor to Fit Page

@Brogan, I'm not sure why and I'm not sure when it started--I first noticed it yesterday--but your code doesn't seem to be working anymore. I even tried adding !important to no avail:

KH-Flare Editor.webp
 
You add code only for reply to thread, no for create thread (your screenshot is for create new thread).

Try this:

Code:
.thread_reply .xenForm
{
    max-width: 80%
}

.thread_create .xenForm
{
    max-width: 80%
}
 
Back
Top Bottom