Skip to content

Commit

Permalink
Fixed right margin to avoid deadline overflowing screen
Browse files Browse the repository at this point in the history
  • Loading branch information
David Morlitz committed Jan 4, 2023
1 parent 1d28fdb commit a54a8b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified src/components/OrgFile/components/TitleLine/.index.js.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/OrgFile/components/TitleLine/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class TitleLine extends PureComponent {
color,
minWidth: '5em',
textAlign: 'right',
marginRight: '5px',
marginRight: '2em',
whiteSpace: 'nowrap',
};

Expand Down

0 comments on commit a54a8b3

Please sign in to comment.