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:
parent
45ee2b3048
commit
6d4768acad
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user