Not a bug items selected number

  • Thread starter Thread starter Deleted member 184953
  • Start date Start date
Style issue? That does not look like the default style. Does it happen on the default? If not, then pretty much assured it's style related, as I've had over 400 items tagged for moderation recently and did not see similar.
 
Thank you @Tracy Perry
It was this little code in my extra.less template
Less:
.button-text {
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
}
 
Back
Top Bottom