We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a3ad2 commit c58f210Copy full SHA for c58f210
lib/resources/styles.css
@@ -373,10 +373,6 @@ dl dt.callable .name {
373
width: auto;
374
}
375
376
-.parameter {
377
- white-space: nowrap;
378
-}
379
-
380
.type-parameter {
381
white-space: nowrap;
382
@@ -390,6 +386,7 @@ dl dt.callable .name {
390
386
display: table-cell;
391
387
margin-left: 10px;
392
388
list-style-type: none;
389
+ padding-inline-start: unset;
393
394
395
.signature {
0 commit comments