Skip to content

Commit 0142b5d

Browse files
authored
Merge pull request #715 from Rahulm2310/paramsoverlappingfix
Fixed the overlapping in parameters
2 parents 781016e + 769091f commit 0142b5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assets/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ div.reference-subgroup {
455455

456456
.paramname {
457457
display: inline-block;
458-
width: 8em;
458+
width: 33%;
459459
font-size: 1.2em;
460460
}
461461

@@ -467,7 +467,7 @@ div.reference-subgroup {
467467
.paramtype {
468468
display: inline-block;
469469
font-size: 1.2em;
470-
width: 20em;
470+
width: 66%;
471471
vertical-align: top;
472472
}
473473

0 commit comments

Comments
 (0)