Skip to content

Commit 769091f

Browse files
authored
modified width of paramname & paramtype
1 parent b60a246 commit 769091f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/assets/css/main.css

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -450,14 +450,9 @@ div.reference-subgroup {
450450
outline: none !important;
451451
}
452452

453-
.params ul li {
454-
display: flex;
455-
justify-content: space-between;
456-
}
457-
458453
.paramname {
459454
display: inline-block;
460-
width: 8em;
455+
width: 33%;
461456
font-size: 1.2em;
462457
}
463458

@@ -469,7 +464,7 @@ div.reference-subgroup {
469464
.paramtype {
470465
display: inline-block;
471466
font-size: 1.2em;
472-
width: 20em;
467+
width: 66%;
473468
vertical-align: top;
474469
}
475470

0 commit comments

Comments
 (0)