From: Dan Allen Date: Wed, 1 Apr 2020 19:35:33 +0000 (-0600) Subject: don't allow the toc sidebar to grow beyond the bounds of the content column X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fb369c3b27ad85ba0bbc9ee5e18fd6c6fd5a9147;p=working%2Feg-antora.git don't allow the toc sidebar to grow beyond the bounds of the content column --- diff --git a/src/css/main.css b/src/css/main.css index b8ea66c..c9b1651 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -20,7 +20,7 @@ } aside.toc.sidebar { - flex: 1 0 var(--toc-width); + flex: 0 0 var(--toc-width); } }