Unable to click the print button in inline documentation

  • solidezj
    Superadministrador
    # hace 6 años, 2 meses

    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?

    solidezj
    Superadministrador
    # hace 6 años, 2 meses

    Found small CSS code creating an issue.

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

    the correct code must be

    .printinlinedoc {
        float: right;
        padding-right: 0px;
    }
    
Viendo 2 entradas - de la 1 a la 2 (de un total de 2)

Usted debe estar logeado para responder a este tema.