diff --git a/src/home/components/HomeNotificationTable/HomeNotificationTable.tsx b/src/home/components/HomeNotificationTable/HomeNotificationTable.tsx index ae409a0ee..19e0917a0 100644 --- a/src/home/components/HomeNotificationTable/HomeNotificationTable.tsx +++ b/src/home/components/HomeNotificationTable/HomeNotificationTable.tsx @@ -14,9 +14,13 @@ import React from "react"; import { FormattedMessage } from "react-intl"; const useStyles = makeStyles( - theme => ({ + () => ({ arrowIcon: { - width: theme.spacing(4) + textAlign: "right", + width: "auto" + }, + tableCard: { + overflow: "hidden" }, tableRow: { cursor: "pointer" @@ -48,7 +52,7 @@ const HomeNotificationTable: React.FC = props => { const classes = useStyles(props); return ( - +