Skip to content

Commit

Permalink
修复字母被截取的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Jan 18, 2023
1 parent c1cff1e commit 7266352
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/base/Selection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ export default {
transition: background-color @transition-normal;
height: @selection-height;
// line-height: 27px;
line-height: 1.5;
box-sizing: border-box;
color: var(--color-button-font);
border-radius: @form-radius;
Expand Down

0 comments on commit 7266352

Please sign in to comment.