I found out that the print icon within the inline mode documentation page is not working. it’s not clickable. Are there any settings that I should turn on in order to get the print works?
Found small CSS code creating an issue.
.printinlinedoc { float: right; padding-right: 15px; }
the correct code must be
.printinlinedoc { float: right; padding-right: 0px; }
You must be logged in to reply to this topic.