소스 검색

HUE-8800 [docs] Add padding for toc on right hand side.

jdesjean 6 년 전
부모
커밋
9e89a65b62
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      docs/docs-site/static/css/theme-hue.css

+ 4 - 0
docs/docs-site/static/css/theme-hue.css

@@ -126,4 +126,8 @@ a:hover {
 }
 .toc ul li a.active {
   color: var(--MENU-SECTION-ACTIVE-CATEGORY-color);
+}
+
+.toc header {
+  padding-right: 15px;
 }