فهرست منبع

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;