Ensure that there’s space between key and value in dl.compact

This commit is contained in:
Jonas Schäfer 2019-04-06 09:41:49 +02:00
parent 5c6db1475a
commit 12b3bd5871
1 changed files with 1 additions and 0 deletions

View File

@ -1230,6 +1230,7 @@
dl.compact > dt {
grid-column: 1;
margin-bottom: 0;
padding-right: 0.5em;
}
dl.compact > dd {