Dotclear


Ignore:
Timestamp:
07/14/15 16:40:47 (10 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
committer:
Nicolas <nikrou77@gmail.com> 1436884871 -7200
Message:

With firefox 36 (and above), when lines are too long, in source mode there's horizontal scrollbar.
Add white-space: pre-wrap for textarea.
Fix #2084

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcCKEditor/js/ckeditor-skins/dotclear/sass/editor.scss

    r2868 r3054  
    1010 
    1111.cke_chrome { 
    12   visibility: inherit; 
     12    visibility: inherit; 
    1313} 
    1414 
     
    1616  display: none; 
    1717} 
     18 
     19// bug in firefox : https://support.mozilla.org/fr/questions/1050264 
     20.cke_browser_gecko .cke_contents textarea { 
     21    white-space: pre-wrap !important; 
     22} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map