Skip to content

Commit

Permalink
fix control input line-height
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsOnlyBinary committed Dec 16, 2023
1 parent ea4b270 commit 22e1723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ControlInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ export default {
font-weight: bold;
text-align: center;
cursor: pointer;
line-height: 40px;
line-height: 38px;
transition: width 0.2s 0.1s;
> i {
Expand Down

0 comments on commit 22e1723

Please sign in to comment.