Found small CSS code creating an issue.
.printinlinedoc { float: right; padding-right: 15px; }
the correct code must be
.printinlinedoc { float: right; padding-right: 0px; }