We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d1105d commit 5f76ddfCopy full SHA for 5f76ddf
page/generic.scss
@@ -50,6 +50,7 @@
50
align-items: center; /* English words have lower height */
51
line-height: 1em; /* align label and candidates */
52
position: relative; /* for absolute position of mark */
53
+ box-sizing: content-box; /* f5j: vitepress sets border-box for * which makes candidate shorter */
54
}
55
56
.fcitx-label {
0 commit comments