Skip to content

Commit

Permalink
chore(Portal): adds margin to right of badge in portal menu (#1991)
Browse files Browse the repository at this point in the history
  • Loading branch information
langz authored and tujoworker committed Feb 23, 2023
1 parent 07418bd commit 03e7680
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,9 @@ class ListItem extends React.PureComponent {
{children}
</span>
</span>
{status && <Badge content={statusTitle} />}
{status && (
<Badge space={{ right: 'xx-small' }} content={statusTitle} />
)}
</Link>
</li>
)
Expand Down

0 comments on commit 03e7680

Please sign in to comment.