]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_text.scss
Fixed OIDC Logout
[bookstack] / resources / sass / _text.scss
index f2c88d96dd1ffdc87761fa0ec7f45c45c779b450..a3e6f09ac53a7768e780d8f9c8a358930841fed5 100644 (file)
@@ -42,7 +42,7 @@ h1, h2, h3, h4, h5, h6 {
   font-weight: 400;
   position: relative;
   display: block;
-  font-family: var(--font-heading);
+  font-family: var(--font-heading, var(--font-body));
   @include lightDark(color, #222, #BBB);
   .subheader {
     font-size: 0.5em;
@@ -365,6 +365,7 @@ li.checkbox-item, li.task-list-item {
 }
 
 .break-text {
+  white-space: normal;
   word-wrap: break-word;
   overflow-wrap: break-word;
 }