From b398afe8f408336af4e6bfd8261a8918c4d51c31 Mon Sep 17 00:00:00 2001 From: Bombamuerta Date: Wed, 17 Jun 2020 13:27:02 +0300 Subject: [PATCH] style(#ott-36): fixed card input text wrap --- src/features/Register/Steps/Card/index.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/features/Register/Steps/Card/index.tsx b/src/features/Register/Steps/Card/index.tsx index 4f6675a3..3da20959 100644 --- a/src/features/Register/Steps/Card/index.tsx +++ b/src/features/Register/Steps/Card/index.tsx @@ -13,8 +13,6 @@ import { Row, } from '../../styled' -const labelWidth = 116 - export const CardStep = () => (
Привязка карты @@ -23,7 +21,6 @@ export const CardStep = () => ( @@ -32,7 +29,6 @@ export const CardStep = () => ( label='Срок действия' wrapperWidth={280} inputWidth={85} - labelWidth={labelWidth} paddingX={21} />