Skip to content

Commit 5f76ddf

Browse files
committed
f5j: fix vitepress sets box-sizing: border-box
1 parent 0d1105d commit 5f76ddf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

page/generic.scss

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
align-items: center; /* English words have lower height */
5151
line-height: 1em; /* align label and candidates */
5252
position: relative; /* for absolute position of mark */
53+
box-sizing: content-box; /* f5j: vitepress sets border-box for * which makes candidate shorter */
5354
}
5455

5556
.fcitx-label {

0 commit comments

Comments
 (0)