Skip to content

Commit 0b2f184

Browse files
committed
set default TextInputField height to 32
1 parent 1136002 commit 0b2f184

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/text-input/src/TextInputField.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,7 @@ export default class TextInputField extends PureComponent {
6161
* The input width should be as wide as the form field.
6262
*/
6363
inputWidth: '100%',
64-
65-
/**
66-
* Increase the height somewhat from 32 because we are dealing mainly
67-
* with traditional long style forms.
68-
*/
69-
inputHeight: 36
64+
inputHeight: 32
7065
}
7166

7267
constructor(props) {

0 commit comments

Comments
 (0)