Force line breaks in pre
This commit is contained in:
parent
54a32a2e97
commit
4233c9aee5
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ body {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Wrap text in pre tag
|
||||||
|
pre {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
|
|
||||||
// Mobile Safari doesn't bubble mouse events by default, unless:
|
// Mobile Safari doesn't bubble mouse events by default, unless:
|
||||||
//
|
//
|
||||||
// - the target element of the event is a link or a form field.
|
// - the target element of the event is a link or a form field.
|
||||||
|
|
Loading…
Reference in a new issue