IO-3166-Global-Notifications-Part-2 - Small styling change

This commit is contained in:
Dave Richer
2025-03-07 13:50:40 -05:00
parent 11ff8e91c7
commit 235527140c

View File

@@ -62,7 +62,7 @@ export default function JobWatcherToggleComponent({
}; };
const popoverContent = ( const popoverContent = (
<div style={{ width: 600 }}> <div style={{ width: "30em" }}>
<List> <List>
<List.Item <List.Item
actions={[ actions={[
@@ -140,7 +140,7 @@ export default function JobWatcherToggleComponent({
); );
return ( return (
<Popover placement="topRight" content={popoverContent} trigger="click" open={open} onOpenChange={setOpen}> <Popover placement="rightTop" content={popoverContent} trigger="click" open={open} onOpenChange={setOpen}>
<Tooltip title={t("notifications.tooltips.job-watchers")}> <Tooltip title={t("notifications.tooltips.job-watchers")}>
<Button <Button
shape="circle" shape="circle"