2

When the text of a notification gets cut off, I keep wanting to make it wider so I can read more.

enter image description here

JWWalker
  • 975

1 Answers1

2

I don't think this is possible on macOS. I looked for how developers deal with notification lengths and I found this: https://stackoverflow.com/questions/6307748/what-is-the-maximum-length-of-a-push-notification-alert-text

The discussion mostly seems to imply that developers don't have any control over how the notifications are displayed, but rather just standards they have to conform to. Hope that helps!

Young
  • 158
  • You may be right that it's not possible, but I am not convinced by your reasons. First, limitations on push notifications do not necessarily apply to local notifications. Second, the fact that the developer has no control over how they are displayed does not imply that the user has no control. – JWWalker Aug 18 '19 at 14:43