Make date picker wider
[MAILPOET-1531]
This commit is contained in:
@@ -142,7 +142,7 @@ const DateText = React.createClass({
|
|||||||
return (
|
return (
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
size="10"
|
size="30"
|
||||||
name={this.getFieldName()}
|
name={this.getFieldName()}
|
||||||
value={this.getDisplayDate(this.props.value)}
|
value={this.getDisplayDate(this.props.value)}
|
||||||
readOnly
|
readOnly
|
||||||
|
Reference in New Issue
Block a user