mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
style(cli): limit em max width (#8886)
This commit is contained in:
parent
305d73a087
commit
38833e1e81
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user