]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_text.scss
Merge branch 'fix-1575' of git://github.com/james-geiger/BookStack into james-geiger...
[bookstack] / resources / sass / _text.scss
index 315f08c34b77261ce18ab6c1c7560441f8788dfb..cf78c162b95c72fc66e9643982bbc4c5aec90ec3 100644 (file)
@@ -224,7 +224,7 @@ code {
   @extend .code-base;
   display: inline;
   padding: 1px 3px;
-  white-space:pre;
+  white-space:pre-wrap;
   line-height: 1.2em;
   margin-bottom: 1.2em;
 }
@@ -369,4 +369,3 @@ span.sep {
   margin-right: $-xs;
   pointer-events: none;
 }
-