From 4e13ca72b9ef75e01227046f3e1e815bc582d0be Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Mon, 29 Jun 2020 17:22:09 -0400 Subject: [PATCH] Make help table of contents scale better to narrow screen sizes --- css/80_app.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/80_app.css b/css/80_app.css index eb3187e30..53d244740 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -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;