GwtMaterialDesign / gwt-material

A Google Material Design wrapper for GWT
https://gwtmaterialdesign.github.io/gmd-core-demo/
Apache License 2.0
411 stars 124 forks source link

truncate Text in NavBrand #871

Open nseb opened 6 years ago

nseb commented 6 years ago

Hi, addStyleNames="truncate" , not working in navBrand in case or text is too long.

nseb commented 6 years ago

I add this style

 nav .brand-logo.left {
        left: 0.5rem;
        width: 100%;
        padding-right: 60px;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .brand-logo.left div{
        overflow: hidden;
        text-overflow: ellipsis
    }

But padding-right , not depend icons tools placed to the right