Skip to content

Commit

Permalink
#3580 - Macro: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariia_Khrustaleva(EPAM) authored and Mariia_Khrustaleva(EPAM) committed Nov 29, 2023
1 parent 7021c0d commit fb3ba49
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const AttachmentPointList = styled.div({
justifyContent: 'start',
alignSelf: 'flex-start',
width: '100%',
gap: '8px',
gap: '7px',
});

interface IStyledAttachmentPointProps {
Expand All @@ -17,13 +17,12 @@ interface IStyledAttachmentPointNameProps {
}

export const AttachmentPoint = styled('div')<IStyledAttachmentPointProps>(
(props) => ({
() => ({
display: 'flex',
flexDirection: 'column',
rowGap: '2px',
alignItems: 'center',
marginBottom: '5px',
marginRight: !props.lastElementInRow ? '7px' : '',
}),
);

Expand Down

0 comments on commit fb3ba49

Please sign in to comment.