Skip to content

Commit ab3b738

Browse files
Add single-line summary for history events
Signed-off-by: Adhitya Mamallan <[email protected]>
1 parent db034de commit ab3b738

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,15 @@ export const styled = {
3535
gap: $theme.sizing.scale300,
3636
alignItems: 'center',
3737
})),
38-
SummarizedDetailsContainer: createStyled('div', {
39-
overflow: 'hidden',
40-
}),
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+
),
4147
ActionsContainer: createStyled('div', ({ $theme }: { $theme: Theme }) => ({
4248
display: 'flex',
4349
gap: $theme.sizing.scale300,

0 commit comments

Comments
 (0)