From 64e8ec66c8e41cb1c2cae1be9094672cd1f4a90b Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sat, 2 Apr 2022 11:03:31 -0700 Subject: [PATCH] Stop published date from wrapping on android. In particular, the date would be wrapped while unread, then unwrapped when read, causing a jump that was distracting and made double-clicking harder. --- frontends/bringrss_flask/templates/root.html | 1 + 1 file changed, 1 insertion(+) diff --git a/frontends/bringrss_flask/templates/root.html b/frontends/bringrss_flask/templates/root.html index 2054722..8981640 100644 --- a/frontends/bringrss_flask/templates/root.html +++ b/frontends/bringrss_flask/templates/root.html @@ -268,6 +268,7 @@ body { grid-area: published; align-self: center; + white-space: nowrap; } #news .news .title {