From 74af380d32523ecebf599c0cceafea85db19cd11 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 6 Jun 2022 13:09:12 +1000 Subject: [PATCH] Increase padding to 1em With 0.5em, when a vertical scrollbar is shown, it sits right next to the right edge of the content, making it look like there's no right margin. --- ts/import-csv/import-csv-base.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ts/import-csv/import-csv-base.scss b/ts/import-csv/import-csv-base.scss index fb276a027..85cadcf75 100644 --- a/ts/import-csv/import-csv-base.scss +++ b/ts/import-csv/import-csv-base.scss @@ -17,6 +17,7 @@ body { width: min(100vw, 70em); margin: 0 auto; + padding: 1em; // pad out the underside of the footer padding-bottom: 5em; } @@ -25,10 +26,6 @@ html { overflow-x: hidden; } -#main { - padding: 0.5em 0.5em 1em 0.5em; -} - // override the default down arrow colour in