3

I have hader with text, on iPhone 4 and some others Android devices is part of the heading text trimmed and replaced by 3 dots (see screenshot below).

How can i remove this limitation please? Text could be normally displayed if will be moved a little bit on the left side.

enter image description here

Many Thanks for any advice.

redrom
  • 11,502
  • 31
  • 157
  • 264

1 Answers1

4

Technically it is not called 3 dots. The text-overflow property has been set to ellipsis, overflow is hidden and white-space has nowrap

Override these properties in the .bar .title class.

InfinitePrime
  • 1,718
  • 15
  • 18