UX: Fix two small mobile styling issues (#36)
This commit is contained in:
parent
34f84d0d83
commit
c7376c243d
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue