Make help table of contents scale better to narrow screen sizes

This commit is contained in:
Quincy Morgan
2020-06-29 17:22:09 -04:00
parent 3f5073d902
commit 4e13ca72b9

View File

@@ -3763,7 +3763,8 @@ li.issue-fix-item:not(.actionable) .fix-icon {
}
.help-pane .toc {
width: 40%;
width: 100%;
max-width: 200px;
float: right;
margin-left: 20px;
margin-bottom: 20px;