diff --git a/src/webhooks/components/WebhooksList/WebhooksList.tsx b/src/webhooks/components/WebhooksList/WebhooksList.tsx index ac24b79e5..823407bbb 100644 --- a/src/webhooks/components/WebhooksList/WebhooksList.tsx +++ b/src/webhooks/components/WebhooksList/WebhooksList.tsx @@ -33,11 +33,21 @@ const useStyles = makeStyles((theme: Theme) => ({ textAlign: "right" }, colActive: {}, - colName: {} + colName: { + "&&": { + width: "auto" + } + } }, colAction: {}, colActive: {}, - colName: {}, + colName: { + paddingLeft: 0, + width: 250 + }, + table: { + tableLayout: "fixed" + }, tableRow: { cursor: "pointer" } @@ -60,7 +70,7 @@ const WebhooksList: React.FC = ({ const classes = useStyles({}); return ( - +