diff options
| -rw-r--r-- | share/style.css | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/share/style.css b/share/style.css index cfab6d0..3d41f16 100644 --- a/share/style.css +++ b/share/style.css @@ -68,6 +68,7 @@ pre, code {      color: #222;      border-radius: 3px;      background-color: #f2f2f2; +    overflow-x: auto;  }  blockquote { |