Webhooks page is shown with a broken layout (Pictu...
# give-feedback
e
Webhooks page is shown with a broken layout (Picture 1) when we have huge URL endpoints. Could you guys update that page's CSS to have something like this?
Copy code
.gbtable td:nth-child(2) {
  word-break: break-all;
  width: 30%;
}
This way, the table can be shown right inside the container size without breaking it (Picture 2).
f
Thanks for the feedback. Should be an easy change. Just added a GitHub issue for it. https://github.com/growthbook/growthbook/issues/754
1