diff --git a/assets/stylesheets/common/docs.scss b/assets/stylesheets/common/docs.scss index f8588a6..7b6e387 100644 --- a/assets/stylesheets/common/docs.scss +++ b/assets/stylesheets/common/docs.scss @@ -149,6 +149,7 @@ color: var(--tertiary, $tertiary); cursor: pointer; display: inline-block; + word-break: break-word; & > * { pointer-events: none; } diff --git a/assets/stylesheets/mobile/docs.scss b/assets/stylesheets/mobile/docs.scss index 09ecf35..60dcd98 100644 --- a/assets/stylesheets/mobile/docs.scss +++ b/assets/stylesheets/mobile/docs.scss @@ -14,6 +14,7 @@ } } .docs-browse { + padding-bottom: 60px; // for DiscourseHub footer nav .docs-items { padding-right: 0; }