mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-08 10:08:10 -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;
|
@apply bg-zinc-900 text-white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dd, dl {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
dl {
|
dl {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user