From 8743cc2842bb846cec797ee8fc79d90e1418462d Mon Sep 17 00:00:00 2001 From: KennyG Date: Thu, 2 Apr 2026 09:41:05 -0400 Subject: [PATCH] Increase webhook timeout input width to 65px. Adjust timeout numeric input width for better readability while preserving the fixed webhook control row layout. Made-with: Cursor --- ui/src/app/app.sass | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/ui/src/app/app.sass b/ui/src/app/app.sass index ad8ebe2..b868682 100644 --- a/ui/src/app/app.sass +++ b/ui/src/app/app.sass @@ -221,7 +221,19 @@ main .webhook-integration .webhook-control-row grid-template-columns: 150px minmax(0, 1fr) 200px - column-gap: 0.75rem + column-gap: 0.125rem + + .webhook-control-endpoint + margin-left: -10px + + .webhook-timeout-group + justify-content: flex-start + + .webhook-timeout-input + width: 65px + min-width: 65px + max-width: 65px + flex: 0 0 65px .webhook-action-row display: flex