Make that shit go away with
zweiundzwei's hack:
add the following to your stylesheet:
.ljcut-link { color:transparent; margin-left:-25px; }
.ljcut-link:before { content:"( "; color:#000000; padding-left:25px; }
.ljcut-link:after { content:" )"; color:#000000; }
.ljcut-link a { margin-left:-25px; }
where 25px is the amount of space "✂···" takes up in your layout's font (note it's a positive value for padding and negative for margin) and #000000 is replaced with your layout's normal font colour.
Originally posted
here.