Skip to content

Commit

Permalink
Fix header tools notifications badge spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Sep 7, 2023
1 parent 392b9dd commit 1cf0abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/Tools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ const Tools = () => {
{!xs && <BetaSwitcher />}
</ToolbarItem>
{isNotificationsEnabled && (
<ToolbarItem>
<ToolbarItem className="pf-v5-u-mr-0 pf-v5-u-ml-sm">
<NotificationBadge
className="chr-c-notification-badge"
variant={unreadNotifications.length === 0 ? 'read' : 'unread'}
Expand Down

0 comments on commit 1cf0abb

Please sign in to comment.