From 84cf6e49a5c516d3116a7d0bde0bf452860735ca Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Wed, 28 Jul 2021 16:29:09 +0530 Subject: [PATCH] (fix) tab-width: 4 Signed-off-by: Muthu Kumar --- public/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/custom.css b/public/custom.css index f2c6db2..ee45840 100644 --- a/public/custom.css +++ b/public/custom.css @@ -39,6 +39,11 @@ body .full.height { background: var(--color-body); } +.tab-size-8 { + tab-size: 4 !important; + -moz-tab-size: 4 !important; +} + .page-content.home, .page-content.home > div { height: 100%;