Преглед изворни кода

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