changeset 381:d5511d832af3

web: Fix code blocks line wrapping.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 04 Oct 2015 08:01:18 -0700
parents 07cf1f95696f
children 3a61f45702cb
files wikked/assets/css/wikked/main.less
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/wikked/assets/css/wikked/main.less	Thu Sep 24 21:43:50 2015 -0700
+++ b/wikked/assets/css/wikked/main.less	Sun Oct 04 08:01:18 2015 -0700
@@ -37,7 +37,6 @@
     font-size: 90%;
     color: @code-color;
     background-color: @code-bg;
-    white-space: nowrap;
     border-radius: 4px;
     font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
 }