From: Igor Lukanin Date: Wed, 29 Jun 2022 13:38:00 +0000 (+0400) Subject: Enforce maximum width on chart editor blocks in the docs (#10447) X-Git-Tag: v3.8.1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88f96659545945ffd1b4793bee155cae900793cc;p=thirdparty%2FChart.js.git 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 --- 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