add break-word word-wrap, as suggested by @rand00
This commit is contained in:
parent
b672687f2d
commit
35c6f19123
1 changed files with 4 additions and 0 deletions
|
@ -82,6 +82,10 @@ body h2 {
|
|||
font-family: medium-content-sans-serif-font,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Arial,sans-serif;
|
||||
}
|
||||
|
||||
p > code {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.post-title {
|
||||
}
|
||||
.author {
|
||||
|
|
Loading…
Reference in a new issue