Skip to content

Commit 7e94919

Browse files
fix(fraction-model): adjust padding for number input field PIE-21
1 parent cf9abc9 commit 7e94919

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)