Unify variant struct fields margins with struct fields

This commit is contained in:
Guillaume Gomez 2024-10-28 11:06:45 +01:00
parent 66701c4226
commit 7cfbe23bc8

View File

@ -230,7 +230,7 @@ h4.code-header {
padding: 0;
white-space: pre-wrap;
}
.structfield {
.structfield, .sub-variant-field {
margin: 0.6em 0;
}