Explorar el Código

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

jdesjean hace 6 años
padre
commit
9e89a65b62
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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 {
 .toc ul li a.active {
   color: var(--MENU-SECTION-ACTIVE-CATEGORY-color);
   color: var(--MENU-SECTION-ACTIVE-CATEGORY-color);
+}
+
+.toc header {
+  padding-right: 15px;
 }
 }