Skip to content

Commit c58f210

Browse files
authored
Fix two issues with constructors (#3044)
Fixes #2408 Fixes #3043
1 parent f8a3ad2 commit c58f210

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/resources/styles.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -373,10 +373,6 @@ dl dt.callable .name {
373373
width: auto;
374374
}
375375

376-
.parameter {
377-
white-space: nowrap;
378-
}
379-
380376
.type-parameter {
381377
white-space: nowrap;
382378
}
@@ -390,6 +386,7 @@ dl dt.callable .name {
390386
display: table-cell;
391387
margin-left: 10px;
392388
list-style-type: none;
389+
padding-inline-start: unset;
393390
}
394391

395392
.signature {

0 commit comments

Comments
 (0)