Browse Source

HUE-8800 [docs] Fix content size for right hand side toc.

jdesjean 6 years ago
parent
commit
daab25929c

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

@@ -130,4 +130,8 @@ a:hover {
 
 
 .toc header {
 .toc header {
   padding-right: 15px;
   padding-right: 15px;
+}
+
+#body-inner {
+  width: calc(100% - 300px);
 }
 }

+ 0 - 1
docs/docs-site/themes/hugo-theme-learn/static/css/theme.css

@@ -411,7 +411,6 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ
     right: 0;
     right: 0;
 }
 }
 #body-inner {
 #body-inner {
-    width: calc(100% - 300px);
     margin-bottom: 5rem;
     margin-bottom: 5rem;
 }
 }
 #chapter {
 #chapter {