- Timestamp:
- 07/14/15 16:40:47 (10 years ago)
- Branch:
- default
- committer:
- Nicolas <nikrou77@gmail.com> 1436884871 -7200
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/js/ckeditor-skins/dotclear/sass/editor.scss
r2868 r3054 10 10 11 11 .cke_chrome { 12 visibility: inherit;12 visibility: inherit; 13 13 } 14 14 … … 16 16 display: none; 17 17 } 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.