This depends of your template.
You have set in CSS for label these directive:
text-overflow: ellipsis; // this add "..." at overflow text
white-space: nowrap; // this remove new line of overflow
width: 160px // this set the width of labels
You have 3 possibility:
1. increase the width of the labels
2. allow new lines and show overflow
3. both (1 & 2)