File tree Expand file tree Collapse file tree 2 files changed +14
-12
lines changed
components/ciPipeline/Webhook Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -361,18 +361,16 @@ export function WebhookDetailsModal({ close }: WebhookDetailType) {
361
361
362
362
const renderWebhookURLTokenContainer = ( ) : JSX . Element => {
363
363
return (
364
- < div className = "mb-16" >
365
- < div className = "flexbox w-100 dc__position-rel en-2 bw-1 br-4 h-32" >
366
- { renderWebhhokTokenLabel ( ) }
367
- < CustomInput
368
- name = "api-token"
369
- placeholder = "Enter API token"
370
- rootClassName = "bcn-0 dc__no-border-imp w-100 h-32 p-0-imp"
371
- onChange = { handleTokenChange }
372
- value = { tryoutAPIToken }
373
- error = { showTryoutAPITokenError && WEBHOOK_NO_API_TOKEN_ERROR }
374
- />
375
- </ div >
364
+ < div className = "flexbox w-100 dc__position-rel en-2 bw-1 br-4 h-32 mb-16" >
365
+ { renderWebhhokTokenLabel ( ) }
366
+ < CustomInput
367
+ name = "api-token"
368
+ placeholder = "Enter API token"
369
+ rootClassName = "bcn-0 dc__no-border-imp w-100 h-32 pt-5-imp p-0-8-imp"
370
+ onChange = { handleTokenChange }
371
+ value = { tryoutAPIToken }
372
+ error = { showTryoutAPITokenError && WEBHOOK_NO_API_TOKEN_ERROR }
373
+ />
376
374
</ div >
377
375
)
378
376
}
Original file line number Diff line number Diff line change @@ -3421,6 +3421,10 @@ textarea,
3421
3421
padding : 6px 12px !important ;
3422
3422
}
3423
3423
3424
+ .p-0-8-imp {
3425
+ padding : 0px 8px !important ;
3426
+ }
3427
+
3424
3428
// Margin in pixels
3425
3429
.dc__m-auto {
3426
3430
margin : auto ;
You can’t perform that action at this time.
0 commit comments