Skip to content

Commit

Permalink
fix: Fixes #17256 inputnumber Material theme CSS missing semi-colon (#…
Browse files Browse the repository at this point in the history
…17257)

Co-authored-by: Christian Tu <[email protected]>
  • Loading branch information
honboubao and Christian Tu authored Jan 15, 2025
1 parent 763e6e6 commit ca8541e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/themes/src/presets/material/inputnumber/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default {
},
css: ({ dt }) => `
.p-inputnumber-stacked .p-inputnumber-button-group {
top: 2px
top: 2px;
right: 2px;
height: calc(100% - 4px);
}
Expand Down

0 comments on commit ca8541e

Please sign in to comment.