feat: doc strings on ctors and fields are not monospaced anymore

main
Henrik 2023-05-11 22:36:27 +02:00
parent 007e03db3b
commit e888e9cc38
1 changed files with 2 additions and 0 deletions

View File

@ -539,11 +539,13 @@ pre code { padding: 0 0; }
.inductive_ctor_doc { .inductive_ctor_doc {
text-indent: 2ex; text-indent: 2ex;
padding-top: 1ex; padding-top: 1ex;
font-family: 'Open Sans', sans-serif;
} }
.structure_field_doc { .structure_field_doc {
text-indent: 0; text-indent: 0;
padding-top: 1ex; padding-top: 1ex;
font-family: 'Open Sans', sans-serif;
} }
.structure_ext_fields { .structure_ext_fields {