diff --git a/src/components/Home.tsx b/src/components/Home.tsx index f1e764b..35f415f 100644 --- a/src/components/Home.tsx +++ b/src/components/Home.tsx @@ -703,7 +703,15 @@ export const Home: React.FC<{ canEdit: boolean }> = ({ canEdit }) => { gap: "8px", }} > - + {t("home.quickOptions")} @@ -737,6 +745,8 @@ export const Home: React.FC<{ canEdit: boolean }> = ({ canEdit }) => { size="small" onClick={() => handleReasonSelect(r)} style={{ + whiteSpace: "nowrap", + wordBreak: "keep-all", borderColor: r.delta > 0 ? "var(--ant-color-success, #52c41a)"