kopia lustrzana https://github.com/dgtlmoon/changedetection.io
tweak <pre> text wrapping when displaying diff
rodzic
f215adbbe5
commit
aa51c7d34c
|
@ -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;
|
||||
|
|
Ładowanie…
Reference in New Issue