Skip to content

Commit

Permalink
Align to flex start to match left-hand column
Browse files Browse the repository at this point in the history
* ...I think this looks better, especially when the summary is
  multiline.
  • Loading branch information
brianrourkeboll committed May 25, 2024
1 parent 38f3121 commit 6a8521e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/content/fsdocs-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ span[onmouseout] {
display: flex;
flex-direction: row-reverse;
justify-content: flex-start;
align-items: center;
align-items: flex-start;

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

> .fsdocs-summary {
display: flex;
align-items: center;
flex-direction: row-reverse;
justify-content: flex-start;
align-items: flex-start;

& p.fsdocs-summary {
margin: 0;
Expand Down

0 comments on commit 6a8521e

Please sign in to comment.