Skip to content

Commit b60a246

Browse files
authored
fixed the overlapping in parameters
1 parent 58de9ca commit b60a246

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/assets/css/main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,11 @@ div.reference-subgroup {
450450
outline: none !important;
451451
}
452452

453+
.params ul li {
454+
display: flex;
455+
justify-content: space-between;
456+
}
457+
453458
.paramname {
454459
display: inline-block;
455460
width: 8em;

0 commit comments

Comments
 (0)