**Fixes #15036** Changes: Centered Webhook URL: The webhook URL is now properly centered within its table cell. Conditional Scroll Arrows: The small arrows for horizontal scrolling now only appear when the webhook URL is longer than the width of the cell. This prevents the arrows from being displayed for shorter URLs. Files changed: 1. `packages/twenty-front/src/modules/settings/developers/components/SettingsWebhooksTable.tsx` The grid-template-columns of the StyledTableRow component was changed from a fixed-width layout (444px 68px) to a flexible layout (1fr auto). This allows the first column, which contains the webhook URL, to grow and shrink dynamically based on the available space, which is crucial for proper centering and handling of different URL lengths. 2. `packages/twenty-front/src/modules/settings/developers/components/SettingsDevelopersWebhookTableRow.tsx` The overflow property of the StyledUrlTableCell component was changed from hidden to auto. This ensures that the horizontal scrollbar (the "small arrows") is only displayed when the content of the cell (the webhook URL) overflows the cell's width.The redundant StyledApisFieldTableRow component was removed to simplify the code, as its styles were being overridden by the parent component. How to Test 1. Log in to the application. 2. Go to Settings > API & Webhooks. 4. Add a new webhook with a short URL (e.g., http://localhost:3000). 5. Expected Behavior: The URL should be centered within the table cell, and no scroll arrows should be visible. 6. Add another webhook with a long URL. 7. Expected Behavior: The URL should be centered, and horizontal scroll arrows should be visible, allowing you to scroll to see the entire URL. --------- Co-authored-by: Charles Bochet <charles@twenty.com>
The #1 Open-Source CRM
🌐 Website · 📚 Documentation · Roadmap ·
Discord ·
Figma
Installation
See:
🚀 Self-hosting
🖥️ Local Setup
Does the world need another CRM?
We built Twenty for three reasons:
CRMs are too expensive, and users are trapped. Companies use locked-in customer data to hike prices. It shouldn't be that way.
A fresh start is required to build a better experience. We can learn from past mistakes and craft a cohesive experience inspired by new UX patterns from tools like Notion, Airtable or Linear.
We believe in Open-source and community. Hundreds of developers are already building Twenty together. Once we have plugin capabilities, a whole ecosystem will grow around it.
What You Can Do With Twenty
Please feel free to flag any specific needs you have by creating an issue.
Below are a few features we have implemented to date:
- Personalize layouts with filters, sort, group by, kanban and table views
- Customize your objects and fields
- Create and manage permissions with custom roles
- Automate workflow with triggers and actions
- Emails, calendar events, files, and more
Personalize layouts with filters, sort, group by, kanban and table views
Customize your objects and fields
Create and manage permissions with custom roles
Automate workflow with triggers and actions
Emails, calendar events, files, and more
Stack
- TypeScript
- Nx
- NestJS, with BullMQ, PostgreSQL, Redis
- React, with Recoil, Emotion and Lingui
Thanks
Thanks to these amazing services that we use and recommend for UI testing (Chromatic), code review (Greptile), catching bugs (Sentry) and translating (Crowdin).
Join the Community
- Star the repo
- Subscribe to releases (watch -> custom -> releases)
- Follow us on Twitter or LinkedIn
- Join our Discord
- Improve translations on Crowdin
- Contributions are, of course, most welcome!





