diff --git a/ui/src/app/app.html b/ui/src/app/app.html index 3a666f0..f62bfcb 100644 --- a/ui/src/app/app.html +++ b/ui/src/app/app.html @@ -400,28 +400,32 @@
Webhook Integration
-
-
- - -
-
-
-
- Endpoint - -
-
-
-
- Timeout - +
+
+
+
+ + +
+
+
+
+ Endpoint + +
+
+
+
+ Timeout + +
+
diff --git a/ui/src/app/app.sass b/ui/src/app/app.sass index fec75e2..ad8ebe2 100644 --- a/ui/src/app/app.sass +++ b/ui/src/app/app.sass @@ -201,8 +201,27 @@ main .input-group margin-bottom: 0 + .webhook-control-row + display: grid + row-gap: 0.75rem + + .webhook-control-endpoint + min-width: 0 + + .webhook-timeout-group + flex-wrap: nowrap + .webhook-timeout-input - min-width: 66px + width: 3.4em + min-width: 3.4em + max-width: 3.4em + flex: 0 0 3.4em + +@media (min-width: 768px) + .webhook-integration + .webhook-control-row + grid-template-columns: 150px minmax(0, 1fr) 200px + column-gap: 0.75rem .webhook-action-row display: flex