Skip to content
Snippets Groups Projects
Commit 8a35c17b authored by meskio's avatar meskio :tent:
Browse files

Biger name of products on movile devices

* Closes: #8
parent 5df2fe71
Branches
No related tags found
No related merge requests found
......@@ -135,18 +135,19 @@ class ProductPicker extends React.Component {
onChange={(e) => this.setCode(e.target.value)}
/>
</Col>
<Col xs={4}>
<Col xs={12} sm={4}>
<Typeahead
id="product-name"
placeholder="nombre"
labelKey="name"
options={this.state.products}
onChange={(name) => this.pickProduct(name[0])}
selected={[]}
/>
</Col>
<Col></Col>
{this.props.amount && <Col></Col>}
<Col xs={1}></Col>
<Col xs={false} sm></Col>
{this.props.amount && <Col xs={false} sm></Col>}
<Col xs={false} sm={1}></Col>
</Form.Group>
</Fetcher>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment