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
This commit is contained in:
parent
027235b7dd
commit
8743cc2842
1 changed files with 13 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue