Vizlib Home Try Vizlib
Welcome
Login
Answered

Climber Finance Report - Wrap Column Heading

image


In regards to the Climber Finance Report - is it possible to wrap/break the column's heading into several lines to create a smaller column width? The goal is to shrink the cell width to it's minimum width, so the cell values are tighter, instead of spaced out.


Any suggestions with a short-term CSS fix would be much appreciated, as we're embedding the object onto a site.


Thank you



  •  

    If anyone in the future is looking for a solution via custom CSS, the below worked for us.

    .cl-financial-report__th > span {

        min-width1em;

        max-width6.5em;

        word-wrapnormal;

        text-align:center;

        word-breakbreak-word;

        white-spacenormal;

        displayblock;

        heightauto;

        margin3px auto;

        line-height1.4;

        -webkit-line-clamp1;

        -webkit-box-orientvertical;

    }

  • Hi Luke,


    Where do you enter the custom CSS code?


    Thanks,

    Dat

  •  Hello Dat


    We used the Climber Finance Report in a Mashup at the time - so it was placed in our website's CSS.


    Kindest Regards


    Luke

Login to post a comment