From a65c9b5a187d067346be8ac4e9aed13f638de014 Mon Sep 17 00:00:00 2001 From: rbalsleyMSFT <53497092+rbalsleyMSFT@users.noreply.github.com> Date: Thu, 5 Feb 2026 14:11:40 -0800 Subject: [PATCH] Improves list indentation for better readability Aligns list spacing with Learn-style docs by increasing indentation, preventing bullets/numbers from feeling cramped against content. --- docs/_includes/head_custom.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/_includes/head_custom.html b/docs/_includes/head_custom.html index 9dba5a4..4ab9861 100644 --- a/docs/_includes/head_custom.html +++ b/docs/_includes/head_custom.html @@ -57,6 +57,13 @@ line-height: 1.65; } + /* Lists: increase indentation (Learn-like) */ + /* Just-the-Docs draws bullets/numbers via ::before with negative offsets */ + .main-content ul, + .main-content ol { + padding-left: 2.25em; + } + .main-content h1, .main-content h2, .main-content h3 {