From 88f96659545945ffd1b4793bee155cae900793cc Mon Sep 17 00:00:00 2001 From: Igor Lukanin Date: Wed, 29 Jun 2022 17:38:00 +0400 Subject: [PATCH] Enforce maximum width on chart editor blocks in the docs (#10447) * Enforce max width on chart editor blocks * Shrink the chart view rather than the whole chart editor --- docs/.vuepress/styles/index.styl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/.vuepress/styles/index.styl b/docs/.vuepress/styles/index.styl index 3f4f2001b..612daf1f3 100644 --- a/docs/.vuepress/styles/index.styl +++ b/docs/.vuepress/styles/index.styl @@ -3,6 +3,9 @@ .theme-default-content &:not(.custom) max-width: unset + + .chart-view + max-width 800px .sidebar-group.is-sub-group.depth-1 > .sidebar-group-items -- 2.47.2