diff --git a/lib/docs/index.html b/lib/docs/index.html index e60a3f960a..75c0daf797 100644 --- a/lib/docs/index.html +++ b/lib/docs/index.html @@ -40,6 +40,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; } @@ -429,7 +438,14 @@