input full width

This commit is contained in:
bill bittner 2018-06-11 08:32:08 -07:00
parent dd6b1d0203
commit 0a716dbf4a
3 changed files with 4 additions and 4 deletions

View file

@ -125,7 +125,7 @@ function (_React$Component) {
className: 'fill'
}, _react.default.createElement("input", {
type: "text",
className: "input-text input-text--full-width",
className: "input-text input--full-width",
name: "claim",
placeholder: "your-url-here",
onChange: this.handleInput,

View file

@ -15,7 +15,7 @@ class PublishTitleInput extends React.Component {
<input
type='text'
id='publish-title'
className={'text--large input--full-width'}
className={'text--x-large input--full-width'}
name='title'
placeholder='Give your content a title...'
onChange={this.handleInput}

View file

@ -61,7 +61,7 @@ class PublishUrlInput extends React.Component {
<div className={'fill'}>
<input
type='text'
className='input-text input-text--full-width'
className='input-text input--full-width'
name='claim'
placeholder='your-url-here'
onChange={this.handleInput}