diff --git a/app/components/InputLarge.js b/app/components/InputLarge.js index 9df392c0a..68fc10333 100644 --- a/app/components/InputLarge.js +++ b/app/components/InputLarge.js @@ -3,10 +3,12 @@ import styled from "styled-components"; import Input from "./Input"; const InputLarge = styled(Input)` - height: 40px; + height: 38px; + flex-grow: 1; + margin-right: 8px; input { - height: 40px; + height: 38px; } `;