You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On my personal website the last post in the recent posts list has a multi-line date.
I think this is not intended, at least it looks awkward visually in my opinion.
See the screenshot below of how my website renders on my laptop.
Steps to reproduce
I am not sure how this behavior is triggered.
Expected behavior
I expect the dates to always be on a single line.
Screenshots
Device information
OS: MacOS
Browser Firefox
Version 131
The text was updated successfully, but these errors were encountered:
Managed to replicate it myself, and then partially solved for it by using whitespace: nowrap, though I'm not sure where to best apply it in the scss files without borking the whole table.
At that point alternatively it may be worth doing what I did recently, and widening the whole layout: #288
or changing the dateformat line in hugo.toml to something like 2006-01-02 (or the like) for a shorter spread 🤔
Describe the bug
On my personal website the last post in the recent posts list has a multi-line date.
I think this is not intended, at least it looks awkward visually in my opinion.
See the screenshot below of how my website renders on my laptop.
Steps to reproduce
I am not sure how this behavior is triggered.
Expected behavior
I expect the dates to always be on a single line.
Screenshots

Device information
The text was updated successfully, but these errors were encountered: