Unable to click the print button in inline documentation

  • admin
    Administrator
    # vor 4 Jahren, 8 Monaten

    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?[learn_press_profile]

    admin
    Administrator
    # vor 4 Jahren, 8 Monaten

    Found small CSS code creating an issue.

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

    the correct code must be

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

    [learn_press_profile]

Ansicht von 2 Beiträgen – 1 bis 2 (von insgesamt 2)

You must be logged in to reply to this topic.