Skip to content

Commit

Permalink
fix: inputnumber handler inner center (#24266)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg committed May 19, 2020
1 parent 44cfc35 commit 5b61c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/input-number/style/index.less
Expand Up @@ -164,8 +164,8 @@
cursor: pointer;
&-inner {
top: 50%;
margin-top: -6px;
text-align: center;
transform: translateY(-50%);
}
&:hover {
height: 60% !important;
Expand Down

0 comments on commit 5b61c0f

Please sign in to comment.