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