Unable to click the print button in inline documentation

  • admin
    Keymaster
    2 years, 11 months ago #2110

    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 1 post (of 1 total)

You must be logged in to reply to this topic.