mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +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:
parent
a5600c2a00
commit
aee462e78e
@ -110,3 +110,5 @@ Contributors
|
||||
Mario Pietsch, @pmario, 2013/09/21
|
||||
|
||||
David Johnston, @Brennall, 2013/09/21
|
||||
|
||||
Tobias Beer, @tobibeer, 2013/09/21
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user