From 71863bc49f19e6eb7e43f52c373005d95b9dc952 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Thu, 22 Jan 2015 10:22:28 +0000 Subject: [PATCH] Site: Syntax highlight could line break incorrectly --- .datatables-commit-sync | 2 +- examples/resources/syntax/shCore.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 14ca2e99..610eda9e 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -1d2fed7953733c83437bac5b879592b7616ac13b +92fbe279758acbc001a6d936013c54cec0e6581d diff --git a/examples/resources/syntax/shCore.css b/examples/resources/syntax/shCore.css index 9d10ed05..e14cc049 100644 --- a/examples/resources/syntax/shCore.css +++ b/examples/resources/syntax/shCore.css @@ -69,7 +69,7 @@ font-style: italic !important; } .syntaxhighlighter .line { - white-space: pre !important; + white-space: nowrap !important; } .syntaxhighlighter table { width: 100% !important;