mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 06:25:45 +01:00
Correct small typo regarding styled-components in DiffFile
This commit is contained in:
@@ -28,10 +28,7 @@ type State = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const DiffFilePanel = styled.div`
|
const DiffFilePanel = styled.div`
|
||||||
${props =>
|
${props => (props.isBinary ? "border-bottom: none" : "")};
|
||||||
props.isBinary && {
|
|
||||||
borderBottom: "none"
|
|
||||||
}};
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const FlexWrapLevel = styled.div`
|
const FlexWrapLevel = styled.div`
|
||||||
@@ -58,7 +55,7 @@ const HunkDivider = styled.hr`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
const ChangeTypeTag = styled(Tag)`
|
const ChangeTypeTag = styled(Tag)`
|
||||||
marginleft: ".75rem";
|
margin-left: ".75rem";
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const ModifiedDiffComponent = styled(DiffComponent)`
|
const ModifiedDiffComponent = styled(DiffComponent)`
|
||||||
|
|||||||
Reference in New Issue
Block a user