Skip to main content

Resize toolbar

Comments

1 comment

  • 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

Please sign in to leave a comment.