Fix line wraps and scrollbars

This commit is contained in:
Jorik Schellekens
2020-09-01 11:53:16 +02:00
parent 2ecc505e78
commit ecebec2da6
2 changed files with 5 additions and 2 deletions
+4
View File
@@ -35,4 +35,8 @@ limitations under the License.
> a {
color: $foreground;
}
h1 {
word-break: break-all;
}
}