diff options
-rw-r--r-- | blog/blogext.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/blog/blogext.css b/blog/blogext.css index 2bc341a..17c06f5 100644 --- a/blog/blogext.css +++ b/blog/blogext.css @@ -65,6 +65,7 @@ pre { background:rgba(128,128,128,0.4); border:1px rgba(128,128,128,0.4) solid; padding:4px; + text-wrap: wrap; } code { font-family:'CMU Typewriter Text w', 'CMU Typewriter Text', 'TeX Gyre Cursor', 'FreeMono', 'Courier New', Courier, monospace; |