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

Loading…
Cancel
Save