jquery mobile 1.4 text-overflow: ellipsis; chrome
Hello,
Text on buttons keeps being truncated on chrome with a ... I am assume its text-overflow: ellipsis; or something similar, is there a way of stopping this. I am unable to find a solution.
white-space: normal !important;
overflow: visible !important;
resize: none;
etc
Cheers Greg