Skip to content

Commit

Permalink
breadcrumb: margin fix
Browse files Browse the repository at this point in the history
needed for now, later fixing in css
  • Loading branch information
himdel committed May 22, 2020
1 parent 490a6c5 commit 12f59ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/components/breadcrumbs/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const renderItems = ({ items, controllerName }) => {
};

const Breadcrumbs = ({ items, title, controllerName }) => (
<Breadcrumb>
<Breadcrumb style={{ marginBottom: 0 }}>
{items && renderItems({ items, controllerName })}
<Breadcrumb.Item active>
<strong>
Expand Down

0 comments on commit 12f59ff

Please sign in to comment.