From bab60e2b42705ac0eec1e984aee2cd37f2fcd1bb Mon Sep 17 00:00:00 2001 From: Riyyi Date: Thu, 23 Jul 2020 15:34:53 +0200 Subject: [PATCH] Fix github tabs --- .mozilla/firefox/rick.profile/chrome/userContent.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mozilla/firefox/rick.profile/chrome/userContent.css b/.mozilla/firefox/rick.profile/chrome/userContent.css index 243926c..06ec488 100644 --- a/.mozilla/firefox/rick.profile/chrome/userContent.css +++ b/.mozilla/firefox/rick.profile/chrome/userContent.css @@ -26,7 +26,7 @@ --tab-size: 4; } - .blob, pre, code, tt { + .blob, .blob-code-inner, pre, code, tt { -moz-tab-size: var(--tab-size); tab-size: var(--tab-size); }