Skip to content

Commit

Permalink
Fix padding of toolbar in the header
Browse files Browse the repository at this point in the history
  • Loading branch information
KKoukiou committed Apr 12, 2021
1 parent 74c7900 commit 37b041f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ const OriginSelector = ({ os, remotes, branches, branchLoadError, currentRemote,

return (
<>
<Toolbar id="repo-remote-toolbar">
<Toolbar id="repo-remote-toolbar" className="pf-m-page-insets">
<ToolbarContent>
<ToolbarItem variant="label">{ _("Repository") }</ToolbarItem>
<ToolbarItem><Button id="change-repo" variant="link" isInline onClick={() => setChangeRemoteModal(true)}>{currentRemote}</Button></ToolbarItem>
Expand Down

0 comments on commit 37b041f

Please sign in to comment.