style(cli): limit em max width (#8886)

This commit is contained in:
neverland 2021-06-18 10:06:46 +08:00 committed by GitHub
parent 305d73a087
commit 38833e1e81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,10 +136,12 @@ export default {
} }
em { em {
display: inline-block;
color: @van-doc-green; color: @van-doc-green;
font-size: 14px; font-size: 14px;
font-family: @van-doc-code-font-family; font-family: @van-doc-code-font-family;
font-style: normal; font-style: normal;
max-width: 400px;
-webkit-font-smoothing: auto; -webkit-font-smoothing: auto;
} }
} }