From d3602488bbb56e7ae2403aef680c8b3c33ed5b6a Mon Sep 17 00:00:00 2001 From: Cobus Theunissen Date: Fri, 11 Aug 2023 14:13:28 -0700 Subject: [PATCH] Remove negative table margin --- src/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/style.css b/src/style.css index 23632ca..78bc877 100644 --- a/src/style.css +++ b/src/style.css @@ -205,7 +205,6 @@ form.__ns__-checkbox { form.__ns__-table { display: block; overflow-y: auto; - margin: 0 -14px; width: 100%; }