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.
This commit is contained in:
parent
a089775b54
commit
64e8ec66c8
1 changed files with 1 additions and 0 deletions
|
@ -268,6 +268,7 @@ body
|
|||
{
|
||||
grid-area: published;
|
||||
align-self: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#news .news .title
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue