You've already forked no-js-hugo-theme
Fixed a word-wrap problem
This commit is contained in:
@@ -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 */
|
||||||
|
Reference in New Issue
Block a user