| Revision 3054:7f7230f0cb21,
432 bytes
checked in by Nicolas <nikrou77@…>, 10 years ago
(diff) |
|
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
|
| Line | |
|---|
| 1 | @import "reset"; |
|---|
| 2 | @import "mainui"; |
|---|
| 3 | @import "panel"; |
|---|
| 4 | @import "colorpanel"; |
|---|
| 5 | @import "toolbar"; |
|---|
| 6 | @import "menu"; |
|---|
| 7 | @import "richcombo"; |
|---|
| 8 | @import "elementspath"; |
|---|
| 9 | @import "presets"; |
|---|
| 10 | |
|---|
| 11 | .cke_chrome { |
|---|
| 12 | visibility: inherit; |
|---|
| 13 | } |
|---|
| 14 | |
|---|
| 15 | .cke_voice_label, legend.cke_voice_label { |
|---|
| 16 | display: none; |
|---|
| 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
TracBrowser
for help on using the repository browser.