From 83b6705ac20b56556c3538cbdae5425dd631b8dc Mon Sep 17 00:00:00 2001 From: Julio Marquez Date: Thu, 13 Jun 2019 17:23:46 -0400 Subject: [PATCH] fix(docs): fix the dimension of the images --- packages/docs/src/.vuepress/styles/index.styl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/docs/src/.vuepress/styles/index.styl b/packages/docs/src/.vuepress/styles/index.styl index 67480e2a9..1ed98d634 100644 --- a/packages/docs/src/.vuepress/styles/index.styl +++ b/packages/docs/src/.vuepress/styles/index.styl @@ -4,6 +4,9 @@ height auto max-height: 200px !important +.theme-default-content:not(.custom) img + height: auto; + .page .content p img max-width 100% height auto