mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-08 13:56:07 +00:00
changed word-break break-all to normal for pre
was breaking words arbitrarily in code blocks arbitrarily — really ugly now on a branch, instead of master ;-)
This commit is contained in:
@@ -110,3 +110,5 @@ Contributors
|
|||||||
Mario Pietsch, @pmario, 2013/09/21
|
Mario Pietsch, @pmario, 2013/09/21
|
||||||
|
|
||||||
David Johnston, @Brennall, 2013/09/21
|
David Johnston, @Brennall, 2013/09/21
|
||||||
|
|
||||||
|
Tobias Beer, @tobibeer, 2013/09/21
|
@@ -96,7 +96,7 @@ pre {
|
|||||||
display: block;
|
display: block;
|
||||||
padding: 14px;
|
padding: 14px;
|
||||||
margin: 0 0 14px;
|
margin: 0 0 14px;
|
||||||
word-break: break-all;
|
word-break: normal;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
Reference in New Issue
Block a user