feat: doc strings on ctors and fields are not monospaced anymore
parent
007e03db3b
commit
e888e9cc38
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue