We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c498d commit c109a79Copy full SHA for c109a79
site/src/pages/WorkspacePage/WorkspaceNotifications/Notifications.tsx
@@ -89,7 +89,7 @@ const NotificationItem: FC<NotificationItemProps> = ({ notification }) => {
89
{notification.detail && (
90
<p css={styles.notificationDetail}>{notification.detail}</p>
91
)}
92
- <div className="flex items-center gap-1">{notification.actions}</div>
+ <div className="mt-2 flex items-center gap-1">{notification.actions}</div>
93
</article>
94
);
95
};
0 commit comments