Is your feature request related to a problem? Please describe.
In the Calendar view, if the sidebar is too narrow, then the Calendar title is cutoff (e.g. "January 2025" becomes "Ja..."). This is a loss of useful information and makes it necessary to widen the sidebar in order to properly navigate back to past months/years.
Describe the solution you'd like
The solution could come in two possible ways. 1) provide an option analogous to "Calendar -> Heading format" that lets the user customize the formatting of the Calendar title, or 2) automatically change the formatting to best accommodate the available width.
I would prefer (2) as the solution, automatic formatting change based on width. In my opinion, the formatting should be, in decreasing order of width:
MMMM YYYY (e.g. "January 2025")
MMM YYYY (e.g. "Jan 2025")
MM/YYYY (e.g. "01/2025")
M/YYYY (e.g. "1/2025")
M/YY (e.g. "1/25")
The above is the most granular way to go about it. A simplified version might only include 1,2,4 in that list. Of course, I'll gladly defer to your opinion on the matter.
Describe alternatives you've considered
The current workaround is to widen the calendar.
Additional context
Current behavior as sidebar width is decreased.

Is your feature request related to a problem? Please describe.
In the Calendar view, if the sidebar is too narrow, then the Calendar title is cutoff (e.g. "January 2025" becomes "Ja..."). This is a loss of useful information and makes it necessary to widen the sidebar in order to properly navigate back to past months/years.
Describe the solution you'd like
The solution could come in two possible ways. 1) provide an option analogous to "Calendar -> Heading format" that lets the user customize the formatting of the Calendar title, or 2) automatically change the formatting to best accommodate the available width.
I would prefer (2) as the solution, automatic formatting change based on width. In my opinion, the formatting should be, in decreasing order of width:
MMMM YYYY(e.g. "January 2025")MMM YYYY(e.g. "Jan 2025")MM/YYYY(e.g. "01/2025")M/YYYY(e.g. "1/2025")M/YY(e.g. "1/25")The above is the most granular way to go about it. A simplified version might only include 1,2,4 in that list. Of course, I'll gladly defer to your opinion on the matter.
Describe alternatives you've considered
The current workaround is to widen the calendar.
Additional context
Current behavior as sidebar width is decreased.
