1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-20 12:29:55 +00:00

Merge pull request #167 from tobibeer/fix-pre-word-break

changed word-break break-all to normal for pre / signed CLA
This commit is contained in:
Jeremy Ruston 2013-09-22 12:16:19 -07:00
commit d1e1806845
2 changed files with 3 additions and 1 deletions

View File

@ -110,3 +110,5 @@ Contributors
Mario Pietsch, @pmario, 2013/09/21
David Johnston, @Brennall, 2013/09/21
Tobias Beer, @tobibeer, 2013/09/21

View File

@ -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;