style(#ott-36): fixed card input text wrap

keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Bombamuerta 6 years ago
parent ed3019c501
commit b398afe8f4
  1. 4
      src/features/Register/Steps/Card/index.tsx

@ -13,8 +13,6 @@ import {
Row, Row,
} from '../../styled' } from '../../styled'
const labelWidth = 116
export const CardStep = () => ( export const CardStep = () => (
<Form> <Form>
<BlockTitle>Привязка карты</BlockTitle> <BlockTitle>Привязка карты</BlockTitle>
@ -23,7 +21,6 @@ export const CardStep = () => (
<Input <Input
id='cardNumber' id='cardNumber'
label='Номер карты' label='Номер карты'
labelWidth={labelWidth}
paddingX={21} paddingX={21}
/> />
<Row> <Row>
@ -32,7 +29,6 @@ export const CardStep = () => (
label='Срок действия' label='Срок действия'
wrapperWidth={280} wrapperWidth={280}
inputWidth={85} inputWidth={85}
labelWidth={labelWidth}
paddingX={21} paddingX={21}
/> />
<Input <Input

Loading…
Cancel
Save