1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-08-13 16:53:48 -04:00

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

View File

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