diff --git a/scm-ui/src/repos/sources/containers/Content.js b/scm-ui/src/repos/sources/containers/Content.js index 2c5663da0c..6339c49a3d 100644 --- a/scm-ui/src/repos/sources/containers/Content.js +++ b/scm-ui/src/repos/sources/containers/Content.js @@ -41,6 +41,9 @@ const styles = { isVerticalCenter: { display: "flex", alignItems: "center" + }, + hasBackground: { + backgroundColor: "#FBFBFB" } }; @@ -120,8 +123,14 @@ class Content extends React.Component { const fileSize = file.directory ? "" : ; if (!collapsed) { return ( -
- +
+
{t("sources.content.path")}