changed border handling

This commit is contained in:
Florian Scholdei
2019-01-29 16:38:01 +01:00
parent 9959eb375b
commit d70c2bd624
4 changed files with 9 additions and 9 deletions

View File

@@ -89,10 +89,10 @@ class BranchRoot extends React.Component<Props> {
const changesets = <Changesets repository={repository} branch={branch} />;
return (
<>
<div className="has-border-around is-round">
{this.renderBranchSelector()}
<Route path={`${url}/:page?`} component={() => changesets} />
</>
</div>
);
}