mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +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:
commit
d1e1806845
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user