diff --git a/app/components/CommandBarItem.tsx b/app/components/CommandBarItem.tsx index 48020c9d6..1f22412e1 100644 --- a/app/components/CommandBarItem.tsx +++ b/app/components/CommandBarItem.tsx @@ -32,7 +32,7 @@ function CommandBarItem( return ( - + {action.icon ? ( // @ts-expect-error no icon on ActionImpl @@ -53,7 +53,7 @@ function CommandBarItem( ))} {action.name} {action.children?.length ? "…" : ""} - + {action.shortcut?.length ? (
props.theme.textSecondary}; `; -const Text = styled(Flex)` +const Content = styled(Flex)` overflow: hidden; text-overflow: ellipsis; flex-shrink: 1; diff --git a/app/components/Modal.tsx b/app/components/Modal.tsx index 3dd205adb..d5903905a 100644 --- a/app/components/Modal.tsx +++ b/app/components/Modal.tsx @@ -83,7 +83,7 @@ const Modal = ({ - {t("Back")} + {t("Back")}