Merged in feature/IO-3166-Global-Notifications-Part-2 (pull request #2168)
IO-3166-Global-Notifications-Part-2 - Small styling change
This commit is contained in:
@@ -62,7 +62,7 @@ export default function JobWatcherToggleComponent({
|
||||
};
|
||||
|
||||
const popoverContent = (
|
||||
<div style={{ width: 600 }}>
|
||||
<div style={{ width: "30em" }}>
|
||||
<List>
|
||||
<List.Item
|
||||
actions={[
|
||||
@@ -140,7 +140,7 @@ export default function JobWatcherToggleComponent({
|
||||
);
|
||||
|
||||
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")}>
|
||||
<Button
|
||||
shape="circle"
|
||||
|
||||
Reference in New Issue
Block a user