forked from deblan/gist
9 lines
246 B
CSS
9 lines
246 B
CSS
pre, code {
|
|
background: none !important;
|
|
white-space: pre-wrap !important;
|
|
white-space: -moz-pre-wrap !important;
|
|
white-space: -pre-wrap !important;
|
|
white-space: -o-pre-wrap !important;
|
|
word-wrap: break-word !important;
|
|
border: 0;
|
|
}
|