Unable to click the print button in inline documentation

  • adminkitobkhona
    Хранитель
    # 4 года, 9 месяцев назад

    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?

    adminkitobkhona
    Хранитель
    # 4 года, 9 месяцев назад

    Found small CSS code creating an issue.

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

    the correct code must be

    .printinlinedoc {
        float: right;
        padding-right: 0px;
    }
    
Просмотр 2 сообщений - с 1 по 2 (из 2 всего)

You must be logged in to reply to this topic.