diff options
Diffstat (limited to 'website/features/features.css')
-rw-r--r-- | website/features/features.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/website/features/features.css b/website/features/features.css index a7e8e318..0d5c8102 100644 --- a/website/features/features.css +++ b/website/features/features.css @@ -75,6 +75,7 @@ dd { .overview code { font-size: 1.1em; + white-space: nowrap; } .smallprint { @@ -84,6 +85,7 @@ dd { .smallprint code { font-size: 1em; + white-space: nowrap; } .snippets { |