Skip to content

Commit 6a8521e

Browse files
Align to flex start to match left-hand column
* ...I think this looks better, especially when the summary is multiline.
1 parent 38f3121 commit 6a8521e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/content/fsdocs-default.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ span[onmouseout] {
10461046
display: flex;
10471047
flex-direction: row-reverse;
10481048
justify-content: flex-start;
1049-
align-items: center;
1049+
align-items: flex-start;
10501050

10511051
& p.fsdocs-summary {
10521052
margin: 0;
@@ -1072,8 +1072,9 @@ span[onmouseout] {
10721072

10731073
> .fsdocs-summary {
10741074
display: flex;
1075-
align-items: center;
10761075
flex-direction: row-reverse;
1076+
justify-content: flex-start;
1077+
align-items: flex-start;
10771078

10781079
& p.fsdocs-summary {
10791080
margin: 0;

0 commit comments

Comments
 (0)