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.
master
voussoir 2022-04-02 11:03:31 -07:00
parent a089775b54
commit 64e8ec66c8
No known key found for this signature in database
GPG Key ID: 5F7554F8C26DACCB
1 changed files with 1 additions and 0 deletions

View File

@ -268,6 +268,7 @@ body
{
grid-area: published;
align-self: center;
white-space: nowrap;
}
#news .news .title
{