mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-06 07:16:00 -06:00
Prevent whitespace text wrapping on description lists
This commit is contained in:
@@ -14,6 +14,10 @@ body {
|
||||
@apply bg-zinc-900 text-white;
|
||||
}
|
||||
|
||||
dd, dl {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
dl {
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user