mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-14 09:27:17 +00:00
tweak <pre> text wrapping when displaying diff
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
border: 1px solid transparent;
|
||||
vertical-align: top;
|
||||
font: 1em monospace;
|
||||
text-align: left;
|
||||
text-align: left; }
|
||||
#diff-ui pre {
|
||||
white-space: pre-wrap; }
|
||||
|
||||
h1 {
|
||||
|
||||
@@ -16,9 +16,10 @@
|
||||
vertical-align: top;
|
||||
font: 1em monospace;
|
||||
text-align: left;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
h1 {
|
||||
display: inline;
|
||||
|
||||
Reference in New Issue
Block a user