mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-07-06 03:52:50 +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
|
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…
x
Reference in New Issue
Block a user