From d79769828f0901ddbe669dd2b893a87f7fbf43fb Mon Sep 17 00:00:00 2001 From: Still Hsu <341464@gmail.com> Date: Fri, 15 Feb 2019 18:20:52 +0800 Subject: [PATCH] Fix indentation text warping --- docs/_template/light-dark-theme/styles/master.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/_template/light-dark-theme/styles/master.css b/docs/_template/light-dark-theme/styles/master.css index b351e97b3..aa4b71ac6 100644 --- a/docs/_template/light-dark-theme/styles/master.css +++ b/docs/_template/light-dark-theme/styles/master.css @@ -52,6 +52,10 @@ li, background: inherit !important; } +.affix ul>li.active>ul, .affix ul>li.active>a:before, .affix ul>li>a:hover:before{ + white-space: normal; +} + img { box-shadow: 0px 0px 3px 0px rgb(66, 66, 66); max-width: 95% !important;