clearfix
This commit is contained in:
parent
9dce04ebc8
commit
702e20753a
@ -69,7 +69,11 @@
|
||||
|
||||
$('head').append(
|
||||
'<style>' +
|
||||
'.inline { border: 1px dashed black; white-space: normal }' +
|
||||
'.inline {' +
|
||||
'border: 1px dashed black;' +
|
||||
'white-space: normal;' +
|
||||
'overflow: auto;' + // clearfix
|
||||
'}' +
|
||||
'</style>')
|
||||
|
||||
$('.body a, .mentioned a')
|
||||
|
Loading…
Reference in New Issue
Block a user