Fixed a word-wrap problem
This commit is contained in:
parent
423e7f6272
commit
7f0dca502a
@ -42,6 +42,7 @@ a:hover {
|
|||||||
.highlight pre {
|
.highlight pre {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
word-wrap: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight .lntable td:last-child {
|
.highlight .lntable td:last-child {
|
||||||
@ -217,6 +218,7 @@ body {
|
|||||||
|
|
||||||
.body-content {
|
.body-content {
|
||||||
margin: 15pt;
|
margin: 15pt;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Image/Figure formatting */
|
/* Image/Figure formatting */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user