From 4f1f8e5f0040c1614bdff611daa60b837e45d0f2 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 9 Jan 2024 12:59:36 -0600 Subject: fix: don't allow post date to shrink or wrap --- static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles.css b/static/styles.css index f69e001..fa24a99 100644 --- a/static/styles.css +++ b/static/styles.css @@ -485,7 +485,7 @@ blockquote p { } .post time { - flex: 0 0 auto; + flex-shrink: 0; margin-right: 0.5rem; } -- cgit v1.2.3-70-g09d2