Skip to content

Commit

Permalink
Update vertical padding for report action context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
s77rt committed Jun 14, 2024
1 parent 962bcf2 commit 84c13ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const createReportActionContextMenuStyleUtils: StyleUtilGenerator<GetReportActio
getDefaultWrapperStyle(theme),

// Small screens use a bottom-docked modal that already has vertical padding.
isSmallScreenWidth ? {} : styles.pv3,
isSmallScreenWidth ? {} : styles.pv4,
];
},
});
Expand Down

0 comments on commit 84c13ea

Please sign in to comment.