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 ddeea69 commit c3ac1faCopy full SHA for c3ac1fa
docs/content/fsdocs-default.css
@@ -1050,6 +1050,11 @@ span[onmouseout] {
1050
justify-content: space-between;
1051
align-items: flex-start;
1052
1053
+ & p.fsdocs-summary {
1054
+ margin: 0;
1055
+ flex-grow: 1;
1056
+ }
1057
+
1058
& pre {
1059
margin-bottom: var(--spacing-200);
1060
padding: var(--spacing-50);
@@ -1131,11 +1136,19 @@ span[onmouseout] {
1131
1136
font-weight: 500;
1132
1137
}
1133
1138
1139
+ .fsdocs-param-docs p {
1140
+ margin: var(--spacing-200) 0;
1141
1142
1134
1143
> div.fsdocs-summary {
1135
1144
display: flex;
1145
flex-direction: row;
1146
1147
1148
1149
+ & p {
1150
1151
1152
1153
1154
0 commit comments