Browse Source

Fix indentation text warping

pull/1304/head
Still Hsu 6 years ago
parent
commit
d79769828f
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      docs/_template/light-dark-theme/styles/master.css

+ 4
- 0
docs/_template/light-dark-theme/styles/master.css View File

@@ -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;


Loading…
Cancel
Save