1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-22 23:16:53 +00:00

Improve word wrapping behaviour

Stops tiddler titles overflowing when they dont contain word breaks
This commit is contained in:
Jeremy Ruston 2013-04-06 16:49:47 +01:00
parent 45ee2b3048
commit 6d4768acad

View File

@ -30,7 +30,8 @@ html {
body {
font-size: {{$:/core/styles/metrics##fontsize}};
line-height: {{$:/core/styles/metrics##lineheight}};
background-color: {{$:/core/styles/colourmappings##pagebackground}}
background-color: {{$:/core/styles/colourmappings##pagebackground}};
word-wrap: break-word;
}
code, pre {