Answered
Climber Finance Report - Wrap Column Heading
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
min-width: 1em;
max-width: 6.5em;
word-wrap: normal;
text-align:center;
word-break: break-word;
white-space: normal;
display: block;
height: auto;
margin: 3px auto;
line-height: 1.4;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
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