Commit 54d36e03 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Merge pull request #434 from gibiansky/limit-type-info-line-length

Change get-type style from pre to pre-wrap
parents 289968b5 3ff6aeab
...@@ -44,7 +44,7 @@ Custom IHaskell CSS. ...@@ -44,7 +44,7 @@ Custom IHaskell CSS.
font-weight: bold; font-weight: bold;
font-family: monospace; font-family: monospace;
display: block; display: block;
white-space: pre; white-space: pre-wrap;
} }
.show-type { .show-type {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment