Unable to click the print button in inline documentation

  • Cesar
    Keymaster
    # 4 years ago

    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?

    Cesar
    Keymaster
    # 4 years ago

    Found small CSS code creating an issue.

    .printinlinedoc {
        float: right;
        padding-right: 15px;
    }
    

    the correct code must be

    .printinlinedoc {
        float: right;
        padding-right: 0px;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.