diff options
Diffstat (limited to 'docs/style.css')
| -rw-r--r-- | docs/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/style.css b/docs/style.css index 47d82314..4e208c47 100644 --- a/docs/style.css +++ b/docs/style.css @@ -69,7 +69,7 @@ pre { pre, textarea { padding: 0.8em; } textarea { width: 100%; outline: none; resize: vertical; margin: 0; } .cont { margin: 1.3em 0; } -.rslt { background: none; border-top: none; margin: 0; } +.rslt { background: none; border-top: none; margin: 0; overflow-x: initial; } .rslt.err { color: #d11; } .kb { line-height: 1.5; |
