diff --git a/lib/docs/index.html b/lib/docs/index.html index e8d84aa91446..78c8a65cd15f 100644 --- a/lib/docs/index.html +++ b/lib/docs/index.html @@ -36,6 +36,15 @@ code a { color: #000000; } + .source-code { + display: grid; + grid-template-columns: auto 1fr; + align-items: start; + } + .source-line-numbers pre { + text-align: right; + color: #666; + } #listFields > div, #listParams > div { margin-bottom: 1em; } @@ -400,7 +409,14 @@

Example Usage