With the new release of sencha-touch it is observed that, Short titles in title bar are also getting clipped with text-ellipsis..
Note when you run the app on mobile/tablet devices all works fine.
Only when the app is run on the desktop the titles are clipped.
For this issue just add the following css to you css file:
.x-desktop .x-title .x-innerhtml{
padding: 0;
}
Note when you run the app on mobile/tablet devices all works fine.
Only when the app is run on the desktop the titles are clipped.
For this issue just add the following css to you css file:
.x-desktop .x-title .x-innerhtml{
padding: 0;
}
No comments:
Post a Comment