Skip to content

Commit

Permalink
single plugin textarea moz source styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ophian committed Mar 31, 2015
1 parent 590d2d8 commit c786d45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/2k11/admin/style.css
Expand Up @@ -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 {
Expand Down

0 comments on commit c786d45

Please sign in to comment.