From d9bf7223c98d46571552bc7b993b8507e043dd28 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Tue, 5 Feb 2019 17:00:36 -0600 Subject: [PATCH] Don't wrap dates in ebook history --- www/css/core.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/css/core.css b/www/css/core.css index 47feec21..d8ff711e 100644 --- a/www/css/core.css +++ b/www/css/core.css @@ -547,6 +547,7 @@ article.ebook #history li + li > *{ article.ebook #history li time{ padding-right: 1rem; + white-space: nowrap; } article.ebook section aside p::before{