Leaderboard width

Hello

When adding a leaderboard widget to a narrow column, it only shows tank and name, and not points. Is it possible to show points in a narrow column?

Thanks

Oli

  •  If you look in Widget Studio, Leaderboard > style.less, there's a setting for display: none which is supersceding the "Show Points" checkbox on the widget configuration when it's in a "small sidebar":

    Overriding this (which can be done in various ways) will allow the points to show:

    I feel like this should also be considered as a bug by Verint since the config options don't specify that it won't show in single/narrow column mode (either it should be removed in style.less or a label should be added to the config saying "this won't show in narrow columns"):

  • Thanks Alex! I suspect this is indeed the solution. We have a few versions of this widget and changing the display property hasn't worked yet for me, even though disabling it in the Inspect view works.

    Got my IT folks looking at where I am not seeing the wood for the trees, but thanks again for the guidance. And yes, this should be addressed by Verint Slight smile