Merge pull request #12481 from alichraghi/patch-1

docs: add padding between functions list
This commit is contained in:
Loris Cro
2022-08-23 15:48:35 +02:00
committed by GitHub

View File

@@ -352,6 +352,10 @@
box-shadow: inset 0 -0.2em 0 #c6cbd1;
cursor: default;
}
#listFns > div {
padding-bottom: 10px;
}
#listFns dt {
font-family: var(--mono);