From aee462e78e9ebfc10ed2ce1fe3c555b3aa47b306 Mon Sep 17 00:00:00 2001 From: Tobias Beer Date: Sun, 22 Sep 2013 21:00:05 +0200 Subject: [PATCH] changed word-break break-all to normal for pre MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit was breaking words arbitrarily in code blocks arbitrarily — really ugly now on a branch, instead of master ;-) --- licenses/cla-individual.md | 2 ++ themes/tiddlywiki/snowwhite/base.tid | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/licenses/cla-individual.md b/licenses/cla-individual.md index e1d827059..96cb86543 100644 --- a/licenses/cla-individual.md +++ b/licenses/cla-individual.md @@ -110,3 +110,5 @@ Contributors Mario Pietsch, @pmario, 2013/09/21 David Johnston, @Brennall, 2013/09/21 + +Tobias Beer, @tobibeer, 2013/09/21 \ No newline at end of file diff --git a/themes/tiddlywiki/snowwhite/base.tid b/themes/tiddlywiki/snowwhite/base.tid index 3a207146c..175a5605a 100644 --- a/themes/tiddlywiki/snowwhite/base.tid +++ b/themes/tiddlywiki/snowwhite/base.tid @@ -96,7 +96,7 @@ pre { display: block; padding: 14px; margin: 0 0 14px; - word-break: break-all; + word-break: normal; word-wrap: break-word; white-space: pre; white-space: pre-wrap;