diff --git a/scm-ui-components/packages/ui-components/src/repos/DiffFile.js b/scm-ui-components/packages/ui-components/src/repos/DiffFile.js index ab020f723d..26582ed820 100644 --- a/scm-ui-components/packages/ui-components/src/repos/DiffFile.js +++ b/scm-ui-components/packages/ui-components/src/repos/DiffFile.js @@ -34,6 +34,11 @@ const styles = { }, changeType: { marginLeft: ".75rem" + }, + diff: { + "& > colgroup .diff-gutter-col": { + width: "3.25rem" + } } }; @@ -221,7 +226,7 @@ class DiffFile extends React.Component { body = (
{fileAnnotations} - + {file.hunks.map(this.renderHunk)}