Skip to content

Commit

Permalink
fix: do not insert extra indents inside constructor docstrings (#247)
Browse files Browse the repository at this point in the history
These are particularly nasty when they appear in code blocks.
  • Loading branch information
eric-wieser authored Dec 15, 2024
1 parent e837a30 commit d23a5c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,8 @@ pre code { padding: 0 0; }
}

.inductive_ctor_doc {
text-indent: 2ex;
text-indent: 0;
margin-left: 2ex;
font-family: 'Lato Medium';
font-size: 17px;
}
Expand Down

0 comments on commit d23a5c9

Please sign in to comment.