Merged in release/2024-03-14 (pull request #2170)
IO-3166-Global-Notifications-Part-2 - Small styling change
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user