help-beta: Nested lists should not have 1rem margin.

Fixes #35126.
This commit is contained in:
Shubham Padia
2025-07-14 08:56:47 +00:00
committed by Tim Abbott
parent b24f82e152
commit 124da4d588

View File

@@ -36,4 +36,9 @@
vertical-align: text-top;
}
}
li > ul,
li > ol {
margin-top: 0.25rem;
}
}