Skip to content

Commit

Permalink
Fix characterautogui vertical alignment bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncheung00 committed Jun 13, 2023
1 parent 03a5af8 commit 3dda6f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
"preview:https": "serve dist",
"reinstall": "rm -rf node_modules; yarn; vue-tsc --noEmit"
},
"version": "5.0.0-alpha.238"
"version": "5.0.0-alpha.239"
}
1 change: 1 addition & 0 deletions src/components/units/GameBody/CharacterAutoGUI.vue
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@
}
.app-game-board-default-token {
alignment-baseline: middle;
text-anchor: middle;
cursor: default;
Expand Down

0 comments on commit 3dda6f4

Please sign in to comment.