@media print {
.tc-story-river .tc-tiddler-frame { margin: 0; border: none; padding: 0; }}
I used the below css
@media print{ .tc-story-river > [data-tags ~= "notebook"] {
margin: 15px;
border: 1px solid #eee; padding-left: 42px; } }