applets/digital-clock: Word-wrap date string for desktop representation
Unlike when the clock is in a panel, there is plenty of space when it is on the desktop. This means that we can safely let the date string word wrap rather than shrink.
This minimal change only applies to the code for the widget when it is not on a panel, so there is no risk of regressions for applets on panels.
Before | After |
---|---|
BUG: 450632 FIXED-IN: 5.24.3
cc @teams/vdg