Skip to content

Commit 23f73b7

Browse files
Remove negative margin from styles
Signed-off-by: Adhitya Mamallan <[email protected]>
1 parent 7dc9377 commit 23f73b7

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

src/views/workflow-history-v2/workflow-history-ungrouped-event/workflow-history-ungrouped-event.styles.ts

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,9 @@ export const styled = {
3535
gap: $theme.sizing.scale300,
3636
alignItems: 'center',
3737
})),
38-
SummarizedDetailsContainer: createStyled(
39-
'div',
40-
({ $theme }: { $theme: Theme }) => ({
41-
overflow: 'hidden',
42-
[$theme.mediaQuery.medium]: {
43-
margin: `-${$theme.sizing.scale200} 0`,
44-
},
45-
})
46-
),
38+
SummarizedDetailsContainer: createStyled('div', {
39+
overflow: 'hidden',
40+
}),
4741
ActionsContainer: createStyled('div', ({ $theme }: { $theme: Theme }) => ({
4842
display: 'flex',
4943
gap: $theme.sizing.scale300,

0 commit comments

Comments
 (0)