Better styling for summary tag

This commit is contained in:
2021-10-14 15:30:56 +01:00
parent a647a6ab19
commit dbe7286936

View File

@@ -41,6 +41,10 @@ details {
padding: 1em 0 1em 0;
}
summary > *:first-child {
display: inline
}
li {
margin-bottom: 1em;
}