From f63d9f9efcfdd603138e2f7b1ca76cded7b06ca6 Mon Sep 17 00:00:00 2001 From: shy Date: Fri, 31 Dec 2021 03:27:33 +0800 Subject: [PATCH] opt ctx --- page/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/page/index.css b/page/index.css index c80b9f52..048bdd93 100644 --- a/page/index.css +++ b/page/index.css @@ -194,9 +194,9 @@ table.content th:hover { } table.content td { padding:2px 6px; - overflow:auto; max-width:800px; - white-space:break-spaces; + overflow:auto; + /* white-space:break-spaces; */ } table.content td.done { background-color:green;