From e258f3d2889f612d7ece547b96d6c4c486805b02 Mon Sep 17 00:00:00 2001 From: Azri Kahar <42867097+azrikahar@users.noreply.github.com> Date: Mon, 17 Jan 2022 12:49:37 +0800 Subject: [PATCH] break word for code tags in custom blocks (#11085) --- docs/.vuepress/theme/styles/custom-blocks.styl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/.vuepress/theme/styles/custom-blocks.styl b/docs/.vuepress/theme/styles/custom-blocks.styl index 4a10812e17..b87ce286bd 100644 --- a/docs/.vuepress/theme/styles/custom-blocks.styl +++ b/docs/.vuepress/theme/styles/custom-blocks.styl @@ -10,6 +10,8 @@ border-left-width 2px border-left-style solid margin 2rem 0 + code + word-wrap break-word &.tip background-color var(--background-subdued) border-color var(--primary)