Skip to content

Commit

Permalink
Merge pull request #829 from gisce/fix/x2many-badge-crop
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra authored Jan 22, 2025
2 parents 64189b1 + 4178fa9 commit b7ed6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/base/one2many/One2manyTopBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const One2manyTopBar = (props: One2manyTopBarProps) => {
}

return (
<div className="flex mb-2">
<div className="flex mb-2 pt-3">
{title()}
<div className="flex-none h-8 pl-2">
{mode !== "graph" && showCreateButton && (
Expand Down

0 comments on commit b7ed6bc

Please sign in to comment.