Aller au contenu principal

Resize toolbar

Commentaires

1 commentaire

  • Permanently deleted user

    Eventually found the right css property online and adjusted it by using max-height:

     

    .toolbar-body.large .toolbar-group {

     

        border-width: 1px;

     

        max-height: 78px;

     

       padding-bottom: 0px;

     

        padding-top:0px;

     

        }
    0

Vous devez vous connecter pour laisser un commentaire.