Skip to content

Commit f7a1db7

Browse files
adhityamamallanAssem-Uber
authored andcommitted
Increase width of details column to 200px (#811)
Increase width of history details label to 200px to support longer field names.
1 parent 0d70257 commit f7a1db7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ export const styled = {
2626
'div',
2727
{ $forceWrap?: boolean; $useBlackText?: boolean }
2828
>('div', ({ $theme, $forceWrap, $useBlackText }) => ({
29-
minWidth: '150px',
30-
maxWidth: '150px',
29+
minWidth: '200px',
30+
maxWidth: '200px',
3131
display: 'flex',
3232
color: $useBlackText
3333
? $theme.colors.contentPrimary

0 commit comments

Comments
 (0)