diff options
author | Li Jin <dragon-fly@qq.com> | 2023-12-07 15:33:10 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2023-12-07 15:33:35 +0800 |
commit | f61a1559846e5b03cc8106c4d35397f63aa9aad0 (patch) | |
tree | 0f654ed3d29c07e8ca9903a013b068aee5e5155c /doc | |
parent | 6d3dc3c2623d2e012de75c2f9b81536aae5759eb (diff) | |
download | yuescript-f61a1559846e5b03cc8106c4d35397f63aa9aad0.tar.gz yuescript-f61a1559846e5b03cc8106c4d35397f63aa9aad0.tar.bz2 yuescript-f61a1559846e5b03cc8106c4d35397f63aa9aad0.zip |
fix a web compiler issue mentioned in #158.
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/docs/.vuepress/styles/index.styl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/docs/.vuepress/styles/index.styl b/doc/docs/.vuepress/styles/index.styl index 49f1fd0..31c4d51 100755 --- a/doc/docs/.vuepress/styles/index.styl +++ b/doc/docs/.vuepress/styles/index.styl | |||
@@ -8,3 +8,5 @@ | |||
8 | width: 450px | 8 | width: 450px |
9 | max-width 450px!important | 9 | max-width 450px!important |
10 | 10 | ||
11 | .prism-editor__container | ||
12 | min-height: 100% | ||