Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Fix notification hub delete button being unclickable
Browse files Browse the repository at this point in the history
Summary:
Per https://fb.workplace.com/groups/flippersupport/permalink/1808696106209891/, the delete button was clickable.

This was because the Ant dialog "X" was overlaying it. {F1474398631}
 Did the lazy fix and added some additional padding.
 {F1474398694}

Reviewed By: LukeDefeo

Differential Revision: D55467981

fbshipit-source-id: 74f3e37fdccd077766aaa3a3dd88c400a8bc324c
  • Loading branch information
Michel Weststrate authored and facebook-github-bot committed Mar 28, 2024
1 parent e85a6a2 commit 8d509f7
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,11 @@ export function Notification() {
return (
<LeftSidebar>
<Layout.Top>
<Layout.Container gap="tiny" padv="tiny" borderBottom>
<Layout.Container
gap="tiny"
padv="tiny"
borderBottom
style={{paddingRight: 24}}>
<SidebarTitle actions={actions}>notifications</SidebarTitle>
<Layout.Container padh="medium" padv="small">
<Input
Expand Down

0 comments on commit 8d509f7

Please sign in to comment.