UX: Fix two small mobile styling issues (#36)

This commit is contained in:
Penar Musaraj 2021-02-24 11:40:32 -05:00 committed by GitHub
parent 34f84d0d83
commit c7376c243d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -149,6 +149,7 @@
color: var(--tertiary, $tertiary); color: var(--tertiary, $tertiary);
cursor: pointer; cursor: pointer;
display: inline-block; display: inline-block;
word-break: break-word;
& > * { & > * {
pointer-events: none; pointer-events: none;
} }

View File

@ -14,6 +14,7 @@
} }
} }
.docs-browse { .docs-browse {
padding-bottom: 60px; // for DiscourseHub footer nav
.docs-items { .docs-items {
padding-right: 0; padding-right: 0;
} }