From 77064e0ebee386d8523e2216b49f8acfb0b6d4f0 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 13 Jul 2020 16:01:11 -0400 Subject: Add room to start selecting table rows --- default.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/default.css b/default.css index fc790d2..610015c 100644 --- a/default.css +++ b/default.css @@ -68,8 +68,10 @@ nav ol li:first-child::before { } table { - width: 100%; border-spacing: 0; + /* Allow some room to start selecting from */ + margin-left: -2ch; + padding-left: 2ch; } tr { vertical-align: top; -- cgit 1.4.1