Prevent whitespace text wrapping on description lists

This commit is contained in:
2023-05-23 22:57:03 -05:00
parent d2bcbfd759
commit f412e2d1de

View File

@@ -14,6 +14,10 @@ body {
@apply bg-zinc-900 text-white;
}
dd, dl {
white-space: nowrap;
}
dl {
margin: 0;