File: editor.css

package info (click to toggle)
trac-wysiwyg 0.2%2Bsvn5931-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 532 kB
  • ctags: 416
  • sloc: python: 62; makefile: 4
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;
}