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 b60a246 commit 769091fCopy full SHA for 769091f
src/assets/css/main.css
@@ -450,14 +450,9 @@ div.reference-subgroup {
450
outline: none !important;
451
}
452
453
-.params ul li {
454
- display: flex;
455
- justify-content: space-between;
456
-}
457
-
458
.paramname {
459
display: inline-block;
460
- width: 8em;
+ width: 33%;
461
font-size: 1.2em;
462
463
@@ -469,7 +464,7 @@ div.reference-subgroup {
469
464
.paramtype {
470
465
471
466
472
- width: 20em;
467
+ width: 66%;
473
468
vertical-align: top;
474
475
0 commit comments