Skip to content

Commit

Permalink
Add margin between fields in TransferExecutionOptions
Browse files Browse the repository at this point in the history
Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
  • Loading branch information
mihaelabalutoiu committed Feb 5, 2025
1 parent 8ae4d78 commit 5f2007b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5f2007b

Please sign in to comment.