diff options
Diffstat (limited to 'lib/docs/index.html')
| -rw-r--r-- | lib/docs/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/docs/index.html b/lib/docs/index.html index 83c09894aa..00f570d100 100644 --- a/lib/docs/index.html +++ b/lib/docs/index.html @@ -359,7 +359,17 @@ #listFns dt { font-family: var(--mono); + display: flex; + flex-direction: colunm; + justify-content: space-between; } + + #listFns dt .fnSignature { + overflow-x: hidden; + white-space: nowrap; + text-overflow: ellipsis; + } + .argBreaker { display: none; } |
