From 82b2467a8afb4b2ae3f232b0ec852eebf3b1bdd3 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Sat, 29 May 2021 00:30:55 +0800 Subject: [PATCH] add padding-bottom and top --- web/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/style.css b/web/style.css index 090ed30..ed90bff 100644 --- a/web/style.css +++ b/web/style.css @@ -68,3 +68,7 @@ div.feedback { button.refresh { width: 100%; } +td, th { + padding-bottom: 0.5em; + padding-top: 0.5em; +}