Browse Source

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

jdesjean 6 năm trước cách đây
mục cha
commit
9e89a65b62
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;
 }