Skip to content

Commit 59cfef9

Browse files
authored
Merge pull request #2982 from pie-framework/fix/PIE-21
fix(fraction-model): adjust padding for number input field PIE-21
2 parents 187aac8 + 7e94919 commit 59cfef9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/fraction-model/configure/src/number-text-field.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ const MiniStyledNTF = styled(NTF)({
1414
height: 40,
1515
fontSize: '14px',
1616
},
17+
'& [class^="MuiInputBase-input"]': {
18+
padding: '18.5px 14px'
19+
}
1720
});
1821

1922
export class NumberTextField extends React.Component {

0 commit comments

Comments
 (0)