From c7376c243d2974062948ea68b7a2918f29761f2b Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Wed, 24 Feb 2021 11:40:32 -0500 Subject: [PATCH] UX: Fix two small mobile styling issues (#36) --- assets/stylesheets/common/docs.scss | 1 + assets/stylesheets/mobile/docs.scss | 1 + 2 files changed, 2 insertions(+) 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; }