Notification/ActionCenter band vs windows phone

wizll

New member
Mar 23, 2011
57
0
0
It dawned on me just a few days ago that the MS Band actually shows the entire message of the WP Toasts/Notifications. While on the WP it's always cut off and you never know what else was in notification unless you open its respective app (or of course there are some apps that send the toast/notifications, but tapping it just loads the app and not the notification.).

definitely one of the things I like about the band, but still boggles my mind that it's still impossible to see the full message of a notification on the phone itself.
 
cool find. noticed this just now. anyway to answer your question, looks like the reason why it's impossible to see the full message is:

{
white-space: nowrap;​
text-overflow: ellipsis;​
overflow: hidden;​
}

The text is there, it just ran out of space to show them all.