Skip to content

Commit c3ac1fa

Browse files
Tweak doc paragraph margins
1 parent ddeea69 commit c3ac1fa

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/content/fsdocs-default.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,6 +1050,11 @@ span[onmouseout] {
10501050
justify-content: space-between;
10511051
align-items: flex-start;
10521052

1053+
& p.fsdocs-summary {
1054+
margin: 0;
1055+
flex-grow: 1;
1056+
}
1057+
10531058
& pre {
10541059
margin-bottom: var(--spacing-200);
10551060
padding: var(--spacing-50);
@@ -1131,11 +1136,19 @@ span[onmouseout] {
11311136
font-weight: 500;
11321137
}
11331138

1139+
.fsdocs-param-docs p {
1140+
margin: var(--spacing-200) 0;
1141+
}
1142+
11341143
> div.fsdocs-summary {
11351144
display: flex;
11361145
flex-direction: row;
11371146
justify-content: space-between;
11381147
align-items: flex-start;
1148+
1149+
& p {
1150+
margin: 0;
1151+
}
11391152
}
11401153
}
11411154
}

0 commit comments

Comments
 (0)