diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/WebhooksRowView/WebhookRowContent.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/WebhooksRowView/WebhookRowContent.js index f53a6f69ae..83fe69b78b 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/WebhooksRowView/WebhookRowContent.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/WebhooksRowView/WebhookRowContent.js @@ -31,16 +31,20 @@ const ToggleButtonWrapper = styled.div` justify-content: flex-end; `; +const FlexWrapper = styled.div` + display: flex; +`; + export const WebhookRowContent = ({ sectionWidth, webhook, isChecked, handleToggleEnabled }) => { return ( - - + + {webhook.title} {webhook.status && } - + {webhook.url}