mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 16:05:44 +01:00
added more spacing to repository groups
This commit is contained in:
@@ -8,6 +8,9 @@ import RepositoryEntry from "./RepositoryEntry";
|
|||||||
const styles = {
|
const styles = {
|
||||||
pointer: {
|
pointer: {
|
||||||
cursor: "pointer"
|
cursor: "pointer"
|
||||||
|
},
|
||||||
|
repoGroup: {
|
||||||
|
marginBottom: "1em"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -48,7 +51,7 @@ class RepositoryGroupEntry extends React.Component<Props, State> {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
<div>
|
<div className={classes.repoGroup}>
|
||||||
<h2>
|
<h2>
|
||||||
<span className={classes.pointer} onClick={this.toggleCollapse}>
|
<span className={classes.pointer} onClick={this.toggleCollapse}>
|
||||||
<i className={classNames("fa", icon)} /> {group.name}
|
<i className={classNames("fa", icon)} /> {group.name}
|
||||||
|
|||||||
Reference in New Issue
Block a user