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

Parents
  •  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"):

Reply
  •  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"):

Children