소스 검색

Add margin between fields in `TransferExecutionOptions`

Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
Mihaela Balutoiu 1 년 전
부모
커밋
b86f682fd1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/modules/TransferModule/TransferExecutionOptions/TransferExecutionOptions.tsx

+ 1 - 0
src/components/modules/TransferModule/TransferExecutionOptions/TransferExecutionOptions.tsx

@@ -51,6 +51,7 @@ const Buttons = styled.div<any>`
 const FieldInputStyled = styled(FieldInput)`
   width: 319px;
   justify-content: space-between;
+  margin-bottom: 16px;
 `;
 type Props = {
   options?: { [prop: string]: any } | null;