From df5d7b463c138773f9014eafad609039e9040500 Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 16 Mar 2023 17:56:59 -0400 Subject: assets/css/syntax-highlight-default: Avoid line numbers overflow --- assets/css/syntax-highlight-default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets') diff --git a/assets/css/syntax-highlight-default.css b/assets/css/syntax-highlight-default.css index 2379996..1552e5f 100644 --- a/assets/css/syntax-highlight-default.css +++ b/assets/css/syntax-highlight-default.css @@ -10,7 +10,7 @@ .chroma .ln a { background-color: #edf2f7; - padding: 0.25rem 0.75rem; + padding: 0.2rem 0.75rem; margin: 0 1rem 0 -0.75rem; user-select: none; text-decoration: none; -- cgit v1.2.3