From c786d457a7356b8da24d5509a92fd7650f4689f7 Mon Sep 17 00:00:00 2001 From: Ian Date: Tue, 31 Mar 2015 16:58:37 +0200 Subject: [PATCH] single plugin textarea moz source styles --- templates/2k11/admin/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index c9d7750df..8c9c16fd6 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -822,7 +822,8 @@ input[type="url"] { max-width: 100%; } @-moz-document url-prefix() { - textarea.cke_source { white-space: pre-wrap; max-width: 100%; } + textarea.cke_source, + .configuration_group .form_area textarea.cke_source { white-space: pre-wrap; max-width: 100%; } } input[type="datetime-local"]::-webkit-clear-button {