less invasive css fix
This commit is contained in:
parent
bb193e93e2
commit
aea23e99b6
@ -59,8 +59,7 @@
|
|||||||
|
|
||||||
$('head').append(
|
$('head').append(
|
||||||
'<style>' +
|
'<style>' +
|
||||||
'.inline { border: 1px dashed black; }' +
|
'.inline { border: 1px dashed black; white-space: normal }' +
|
||||||
'div.post div.body { white-space: normal; }' +
|
|
||||||
'</style>')
|
'</style>')
|
||||||
|
|
||||||
$('.body a, .mentioned a')
|
$('.body a, .mentioned a')
|
||||||
|
Loading…
Reference in New Issue
Block a user