File: editor.css

package info (click to toggle)
trac-wysiwyg 0.12.0.7%2Bsvn18546-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 332 kB
  • sloc: javascript: 2,096; python: 88; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
pre.wiki {
    overflow: visible !important;
    word-wrap: break-word !important;
    white-space: -moz-pre-wrap !important;
    white-space: pre-wrap !important;
}