From f9e2141ed4c4984ac72517b2dfde81781ff73113 Mon Sep 17 00:00:00 2001 From: McMatts Date: Thu, 31 May 2018 18:19:52 +0100 Subject: [PATCH] Make long section names wrap correctly and pad better --- gui/app/styles/view/document/doc-structure.scss | 4 ++-- gui/app/templates/components/document/page-heading.hbs | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gui/app/styles/view/document/doc-structure.scss b/gui/app/styles/view/document/doc-structure.scss index 7ee7b8c6..870905fb 100644 --- a/gui/app/styles/view/document/doc-structure.scss +++ b/gui/app/styles/view/document/doc-structure.scss @@ -7,7 +7,7 @@ margin: 0 0 0 0; > .page-header { - margin: 0 0 0.7rem 0; + margin: 0 0 2rem 0; > .page-number { color: $color-gray; @@ -29,7 +29,7 @@ } > .page-title { - display: inline-block; + display: inline; font-size: 2.0rem; font-weight: bold; margin: 16px 0; diff --git a/gui/app/templates/components/document/page-heading.hbs b/gui/app/templates/components/document/page-heading.hbs index 25651602..c2bd8e7c 100644 --- a/gui/app/templates/components/document/page-heading.hbs +++ b/gui/app/templates/components/document/page-heading.hbs @@ -1,4 +1,4 @@ -
+