When looking at things like weekly view in agenda mode, there is no padding between a date header and whatever item precedes it. In the image, I would like to add space between the "submit timesheet" line, and the 7 December 2021 line.
Per the documentation for format-time-string that says that %n is a newline, I tried adding %n to org-agenda-format-date-aligned as well as to org-super-agenda-date-format, but that doesn't seem to be doing the trick. Any ideas? Much appreciated!