]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Ensure that docs have more width in the page (#9549)
authorEvert Timberg <evert.timberg+github@gmail.com>
Sat, 14 Aug 2021 17:17:48 +0000 (13:17 -0400)
committerGitHub <noreply@github.com>
Sat, 14 Aug 2021 17:17:48 +0000 (20:17 +0300)
docs/.vuepress/styles/index.styl

index 53190b148519c82943906b2bea3708d7c33e1702..3f4f2001b1707554a4214cfd5134909c227da848 100644 (file)
@@ -1,5 +1,9 @@
 @require '~vuepress-plugin-tabs/dist/themes/default.styl'
 
+.theme-default-content
+  &:not(.custom)
+    max-width: unset
+
 .sidebar-group.is-sub-group.depth-1
   > .sidebar-group-items
     border-left 1px solid rgba($accentColor, 0.25)