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 ;-)
print-window-tiddler
Tobias Beer 2013-09-22 21:00:05 +02:00
rodzic a5600c2a00
commit aee462e78e
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

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

Wyświetl plik

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